瀏覽代碼

fixed spelling error in cli pull local test

Signed-off-by: Nirmal Mehta <nirmalkmehta@gmail.com>
Nirmal Mehta 9 年之前
父節點
當前提交
f66f5d4bdc
共有 1 個文件被更改,包括 1 次插入1 次删除
  1. 1 1
      integration-cli/docker_cli_pull_local_test.go

+ 1 - 1
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)