summaryrefslogtreecommitdiffstats
path: root/Help/command/separate_arguments.rst
diff options
context:
space:
mode:
authorJaak Ristioja <jaak@ristioja.ee>2020-04-22 19:53:36 (GMT)
committerJaak Ristioja <jaak@ristioja.ee>2020-04-22 20:21:51 (GMT)
commitc6872432e6ed70681d7227a7ddd787dd25ebea61 (patch)
tree60355b151130906b8762c2d2ca9dc8e8b2f2fda3 /Help/command/separate_arguments.rst
parentd9eb9e785e9873a7b034aec667bd808d34f1a907 (diff)
downloadCMake-c6872432e6ed70681d7227a7ddd787dd25ebea61.zip
CMake-c6872432e6ed70681d7227a7ddd787dd25ebea61.tar.gz
CMake-c6872432e6ed70681d7227a7ddd787dd25ebea61.tar.bz2
Help: Fixed typo in command/separate_arguments.rst
Diffstat (limited to 'Help/command/separate_arguments.rst')
-rw-r--r--Help/command/separate_arguments.rst2
1 files changed, 1 insertions, 1 deletions
diff --git a/Help/command/separate_arguments.rst b/Help/command/separate_arguments.rst
index fbca859..ab3d5c1 100644
--- a/Help/command/separate_arguments.rst
+++ b/Help/command/separate_arguments.rst
@@ -19,7 +19,7 @@ They are specified by the ``<mode>`` argument which must
be one of the following keywords:
``UNIX_COMMAND``
- Arguments are separated by by unquoted whitespace.
+ Arguments are separated by unquoted whitespace.
Both single-quote and double-quote pairs are respected.
A backslash escapes the next literal character (``\"`` is ``"``);
there are no special escapes (``\n`` is just ``n``).