From 386b7bc71b07ee2317266ba64c0d59642b4042ab Mon Sep 17 00:00:00 2001 From: Bill W Date: Tue, 15 Sep 2015 11:47:16 +1000 Subject: [PATCH] typo Signed-off-by: Bill Wang --- man/docker-cp.1.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/man/docker-cp.1.md b/man/docker-cp.1.md index fe1cd9c9cc..7b56957579 100644 --- a/man/docker-cp.1.md +++ b/man/docker-cp.1.md @@ -57,7 +57,7 @@ argument of `DST_PATH`, the behavior is as follows: - `DST_PATH` exists and is a directory - `SRC_PATH` does not end with `/.` - the source directory is copied into this directory - - `SRC_PAPTH` does end with `/.` + - `SRC_PATH` does end with `/.` - the *content* of the source directory is copied into this directory