Browse Source

*: s/direcotry/directory/g typo

Signed-off-by: Vincent Batts <vbatts@redhat.com>
Vincent Batts 10 years ago
parent
commit
7b4e6fc47b

+ 1 - 1
integration-cli/docker_cli_cp_from_container_test.go

@@ -427,7 +427,7 @@ func (s *DockerSuite) TestCpFromCaseH(c *check.C) {
 	}
 	}
 }
 }
 
 
-// I. SRC specifies a direcotry's contents only and DST exists as a file. This
+// I. SRC specifies a directory's contents only and DST exists as a file. This
 //    should cause an error as it is not possible to overwrite a file with a
 //    should cause an error as it is not possible to overwrite a file with a
 //    directory.
 //    directory.
 func (s *DockerSuite) TestCpFromCaseI(c *check.C) {
 func (s *DockerSuite) TestCpFromCaseI(c *check.C) {

+ 1 - 1
integration-cli/docker_cli_cp_to_container_test.go

@@ -484,7 +484,7 @@ func (s *DockerSuite) TestCpToCaseH(c *check.C) {
 	}
 	}
 }
 }
 
 
-// I. SRC specifies a direcotry's contents only and DST exists as a file. This
+// I. SRC specifies a directory's contents only and DST exists as a file. This
 //    should cause an error as it is not possible to overwrite a file with a
 //    should cause an error as it is not possible to overwrite a file with a
 //    directory.
 //    directory.
 func (s *DockerSuite) TestCpToCaseI(c *check.C) {
 func (s *DockerSuite) TestCpToCaseI(c *check.C) {

+ 1 - 1
pkg/archive/copy_test.go

@@ -565,7 +565,7 @@ func TestCopyCaseH(t *testing.T) {
 	}
 	}
 }
 }
 
 
-// I. SRC specifies a direcotry's contents only and DST exists as a file. This
+// I. SRC specifies a directory's contents only and DST exists as a file. This
 //    should cause an error as it is not possible to overwrite a file with a
 //    should cause an error as it is not possible to overwrite a file with a
 //    directory.
 //    directory.
 func TestCopyCaseI(t *testing.T) {
 func TestCopyCaseI(t *testing.T) {