Signed-off-by: Nirmal Mehta <nirmalkmehta@gmail.com>
| ... | ... |
@@ -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)
|