From e62da4815d5f01f3536d2067b7a8923b73cc8167 Mon Sep 17 00:00:00 2001 From: Doug Davis Date: Mon, 7 Sep 2015 18:19:54 -0700 Subject: [PATCH] Typo in cp.md Closes #16124 Signed-off-by: Doug Davis Upstream-commit: a14a31ed408357535e6c0fdd5d0d21e51042ab1e Component: engine --- components/engine/docs/reference/commandline/cp.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/components/engine/docs/reference/commandline/cp.md b/components/engine/docs/reference/commandline/cp.md index 45c4b53955..c9c87a30eb 100644 --- a/components/engine/docs/reference/commandline/cp.md +++ b/components/engine/docs/reference/commandline/cp.md @@ -63,7 +63,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