From 36a9151b27168076073770142d0b354f0e83fdb2 Mon Sep 17 00:00:00 2001 From: Nirmal Mehta Date: Tue, 24 May 2016 21:40:08 -0400 Subject: [PATCH 1/2] fixed spelling error in windows.go Signed-off-by: Nirmal Mehta --- daemon/graphdriver/windows/windows.go | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/daemon/graphdriver/windows/windows.go b/daemon/graphdriver/windows/windows.go index 31f58ab640..622babdc0e 100644 --- a/daemon/graphdriver/windows/windows.go +++ b/daemon/graphdriver/windows/windows.go @@ -624,7 +624,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() { From f91acbaee452191f406d31e3f3fd44210aa17fbf Mon Sep 17 00:00:00 2001 From: Nirmal Mehta Date: Tue, 24 May 2016 21:43:22 -0400 Subject: [PATCH 2/2] fixed spelling error in docker cli run test Signed-off-by: Nirmal Mehta --- integration-cli/docker_cli_run_test.go | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/integration-cli/docker_cli_run_test.go b/integration-cli/docker_cli_run_test.go index 42f9a7b9f9..f1ecbf9adc 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",