浏览代码

Merge topic 'doc_separate_arguments_typo'

c6872432e6 Help: Fixed typo in command/separate_arguments.rst

Acked-by: Kitware Robot <[email protected]>
Merge-request: !4651
Craig Scott 5 年之前
父节点
当前提交
d2ab8c5226
共有 1 个文件被更改,包括 1 次插入1 次删除
  1. 1 1
      Help/command/separate_arguments.rst

+ 1 - 1
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``).