From f157ec9b75d27d03d56d2ecd1705b1a56b6017bd Mon Sep 17 00:00:00 2001 From: Nirmal Mehta Date: Thu, 19 May 2016 17:52:42 -0500 Subject: [PATCH] fixed spelling error in cli pull local test Signed-off-by: Nirmal Mehta Upstream-commit: f66f5d4bdc8ee12a2005df43bd279352705473d5 Component: engine --- components/engine/integration-cli/docker_cli_pull_local_test.go | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/components/engine/integration-cli/docker_cli_pull_local_test.go b/components/engine/integration-cli/docker_cli_pull_local_test.go index f26827a80b..bd4fb4bd2a 100644 --- a/components/engine/integration-cli/docker_cli_pull_local_test.go +++ b/components/engine/integration-cli/docker_cli_pull_local_test.go @@ -422,7 +422,7 @@ func (s *DockerRegistryAuthHtpasswdSuite) TestPullWithExternalAuth(c *check.C) { dockerCmd(c, "--config", tmp, "pull", repoName) } -// TestRunImplicitPullWithNoTag should pull implicitely only the default tag (latest) +// TestRunImplicitPullWithNoTag should pull implicitly only the default tag (latest) func (s *DockerRegistrySuite) TestRunImplicitPullWithNoTag(c *check.C) { testRequires(c, DaemonIsLinux) repo := fmt.Sprintf("%v/dockercli/busybox", privateRegistryURL)