Merge pull request #22844 from normalfaults/mispell

fixed spelling error in cli pull local test
This commit is contained in:
Vincent Demeester 2016-05-20 08:51:29 +02:00
Родитель 4c49adeaed f66f5d4bdc
Коммит 55cc1a2aa4
1 изменённых файлов: 1 добавлений и 1 удалений

Просмотреть файл

@ -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)