Browse code

fixed spelling error in cli pull local test

Signed-off-by: Nirmal Mehta <nirmalkmehta@gmail.com>

Nirmal Mehta authored on 2016/05/20 07:52:42
Showing 1 changed files
... ...
@@ -422,7 +422,7 @@ func (s *DockerRegistryAuthHtpasswdSuite) TestPullWithExternalAuth(c *check.C) {
422 422
 	dockerCmd(c, "--config", tmp, "pull", repoName)
423 423
 }
424 424
 
425
-// TestRunImplicitPullWithNoTag should pull implicitely only the default tag (latest)
425
+// TestRunImplicitPullWithNoTag should pull implicitly only the default tag (latest)
426 426
 func (s *DockerRegistrySuite) TestRunImplicitPullWithNoTag(c *check.C) {
427 427
 	testRequires(c, DaemonIsLinux)
428 428
 	repo := fmt.Sprintf("%v/dockercli/busybox", privateRegistryURL)