summaryrefslogtreecommitdiff
path: root/integration-cli/docker_cli_cp_test.go
diff options
context:
space:
mode:
authorVeres Lajos <vlajos@gmail.com>2015-08-07 23:24:18 +0100
committerVeres Lajos <vlajos@gmail.com>2015-08-07 23:25:49 +0100
commit514623272398574c8fd7ef3fe42c5b2ae161349a (patch)
tree237cd976483afc36ba8ad22d70cd988488e00515 /integration-cli/docker_cli_cp_test.go
parent1e2765dabbc37979639b72d460e39a00422e77fe (diff)
downloaddocker-514623272398574c8fd7ef3fe42c5b2ae161349a.tar.gz
typofix - https://github.com/vlajos/misspell_fixer
Signed-off-by: Veres Lajos <vlajos@gmail.com>
Diffstat (limited to 'integration-cli/docker_cli_cp_test.go')
-rw-r--r--integration-cli/docker_cli_cp_test.go4
1 files changed, 2 insertions, 2 deletions
diff --git a/integration-cli/docker_cli_cp_test.go b/integration-cli/docker_cli_cp_test.go
index 64ae0b5d82..8cb00f3735 100644
--- a/integration-cli/docker_cli_cp_test.go
+++ b/integration-cli/docker_cli_cp_test.go
@@ -306,7 +306,7 @@ func (s *DockerSuite) TestCpFromSymlinkToDirectory(c *check.C) {
os.Remove(expectedPath)
// This copy command should resolve the symlink (note the trailing
- // seperator), copying the target into the temporary directory.
+ // separator), copying the target into the temporary directory.
dockerCmd(c, "cp", cleanedContainerID+":"+"/dir_link/", testDir)
// It *should not* have copied the directory using the target's name, but
@@ -397,7 +397,7 @@ func (s *DockerSuite) TestCpToSymlinkToDirectory(c *check.C) {
os.Remove(expectedPath)
// This copy command should resolve the symlink (note the trailing
- // seperator), copying the target into the test volume directory in the
+ // separator), copying the target into the test volume directory in the
// container.
dockerCmd(c, "cp", localLink+"/", cleanedContainerID+":/testVol")