diff --git a/daemon/graphdriver/windows/windows.go b/daemon/graphdriver/windows/windows.go index 3490c006fb..99330d62a1 100644 --- a/daemon/graphdriver/windows/windows.go +++ b/daemon/graphdriver/windows/windows.go @@ -614,7 +614,7 @@ func writeLayerFromTar(r archive.Reader, w hcsshim.LayerWriter) (int64, error) { } buf.Reset(w) - // Add the Hyper-V Virutal Machine group ACE to the security descriptor + // Add the Hyper-V Virtual Machine group ACE to the security descriptor // for TP5 so that Xenons can access all files. This is not necessary // for post-TP5 builds. if isTP5OrOlder() { diff --git a/integration-cli/docker_cli_run_test.go b/integration-cli/docker_cli_run_test.go index 095c79a1de..2a01711b02 100644 --- a/integration-cli/docker_cli_run_test.go +++ b/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(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{ "hostname": "hostname", "host-name": "host-name",