From 4feecc2ab542c54c695e7cd1c04e8f03a62aacfa 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 Upstream-commit: aba3fa1040849d45e9bb431e1330e7dc37136393 Component: cli --- components/cli/man/docker-cp.1.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/components/cli/man/docker-cp.1.md b/components/cli/man/docker-cp.1.md index fe1cd9c9cc..7b56957579 100644 --- a/components/cli/man/docker-cp.1.md +++ b/components/cli/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