summaryrefslogtreecommitdiff
path: root/integration-cli/docker_cli_cp_test.go
diff options
context:
space:
mode:
authorallencloud <allen.sun@daocloud.io>2016-05-08 09:36:10 +0800
committerallencloud <allen.sun@daocloud.io>2016-06-02 17:17:22 +0800
commitc1be45fa38e82054dcad606d71446a662524f2d5 (patch)
tree85e0fe15376d80e02f4cdb783725946984f040b1 /integration-cli/docker_cli_cp_test.go
parent287b0a6348d8f768db6ff840feedcb32a4c2d448 (diff)
downloaddocker-c1be45fa38e82054dcad606d71446a662524f2d5.tar.gz
fix typos
Signed-off-by: allencloud <allen.sun@daocloud.io>
Diffstat (limited to 'integration-cli/docker_cli_cp_test.go')
-rw-r--r--integration-cli/docker_cli_cp_test.go2
1 files changed, 1 insertions, 1 deletions
diff --git a/integration-cli/docker_cli_cp_test.go b/integration-cli/docker_cli_cp_test.go
index f1ae760787..e3602c637c 100644
--- a/integration-cli/docker_cli_cp_test.go
+++ b/integration-cli/docker_cli_cp_test.go
@@ -647,7 +647,7 @@ func (s *DockerSuite) TestCpSymlinkFromConToHostFollowSymlink(c *check.C) {
}
os.Remove(expectedPath)
- // now test copy symbol link to an non-existing file in host
+ // now test copy symbol link to a non-existing file in host
expectedPath = filepath.Join(testDir, "somefile_host")
// expectedPath shouldn't exist, if exists, remove it
if _, err := os.Lstat(expectedPath); err == nil {