Signed-off-by: Vincent Batts <vbatts@redhat.com>
| ... | ... |
@@ -427,7 +427,7 @@ func (s *DockerSuite) TestCpFromCaseH(c *check.C) {
|
| 427 | 427 |
} |
| 428 | 428 |
} |
| 429 | 429 |
|
| 430 |
-// I. SRC specifies a direcotry's contents only and DST exists as a file. This |
|
| 430 |
+// I. SRC specifies a directory's contents only and DST exists as a file. This |
|
| 431 | 431 |
// should cause an error as it is not possible to overwrite a file with a |
| 432 | 432 |
// directory. |
| 433 | 433 |
func (s *DockerSuite) TestCpFromCaseI(c *check.C) {
|
| ... | ... |
@@ -484,7 +484,7 @@ func (s *DockerSuite) TestCpToCaseH(c *check.C) {
|
| 484 | 484 |
} |
| 485 | 485 |
} |
| 486 | 486 |
|
| 487 |
-// I. SRC specifies a direcotry's contents only and DST exists as a file. This |
|
| 487 |
+// I. SRC specifies a directory's contents only and DST exists as a file. This |
|
| 488 | 488 |
// should cause an error as it is not possible to overwrite a file with a |
| 489 | 489 |
// directory. |
| 490 | 490 |
func (s *DockerSuite) TestCpToCaseI(c *check.C) {
|
| ... | ... |
@@ -565,7 +565,7 @@ func TestCopyCaseH(t *testing.T) {
|
| 565 | 565 |
} |
| 566 | 566 |
} |
| 567 | 567 |
|
| 568 |
-// I. SRC specifies a direcotry's contents only and DST exists as a file. This |
|
| 568 |
+// I. SRC specifies a directory's contents only and DST exists as a file. This |
|
| 569 | 569 |
// should cause an error as it is not possible to overwrite a file with a |
| 570 | 570 |
// directory. |
| 571 | 571 |
func TestCopyCaseI(t *testing.T) {
|