From 56b46dca7623b95374c5304b4592719726218f12 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 --- docs/reference/commandline/cp.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/docs/reference/commandline/cp.md b/docs/reference/commandline/cp.md index 45c4b539..c9c87a30 100644 --- a/docs/reference/commandline/cp.md +++ b/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