瀏覽代碼

fixed spelling error in docker cli run test

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

+ 1 - 1
integration-cli/docker_cli_run_test.go

@@ -4342,7 +4342,7 @@ func (s *DockerSuite) TestRunTooLongHostname(c *check.C) {
 	c.Assert(err, checker.NotNil, check.Commentf("Expected docker run to fail!"))
 	c.Assert(err, checker.NotNil, check.Commentf("Expected docker run to fail!"))
 	c.Assert(out, checker.Contains, "invalid hostname format:", check.Commentf("Expected to have 'invalid hostname format:' in the output, get: %s!", out))
 	c.Assert(out, checker.Contains, "invalid hostname format:", check.Commentf("Expected to have 'invalid hostname format:' in the output, get: %s!", out))
 
 
-	// Addtional test cases
+	// Additional test cases
 	validHostnames := map[string]string{
 	validHostnames := map[string]string{
 		"hostname":    "hostname",
 		"hostname":    "hostname",
 		"host-name":   "host-name",
 		"host-name":   "host-name",