summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorBrad King <brad.king@kitware.com>2018-04-17 17:19:14 (GMT)
committerKitware Robot <kwrobot@kitware.com>2018-04-17 17:19:20 (GMT)
commit80d49468de07d194576ead24ff6f2999e1fe32e6 (patch)
treee0e3be0a6b65e0a4568e4b4c07fa54ee06047e62
parent12139ad009930ba00c650c03e11f4eff3a081839 (diff)
parentfbf330ce2b619193c22d357e01040bf1de74f053 (diff)
downloadCMake-80d49468de07d194576ead24ff6f2999e1fe32e6.zip
CMake-80d49468de07d194576ead24ff6f2999e1fe32e6.tar.gz
CMake-80d49468de07d194576ead24ff6f2999e1fe32e6.tar.bz2
Merge topic 'typo-incerment'
fbf330ce2b typo: incerment -> increment Acked-by: Kitware Robot <kwrobot@kitware.com> Merge-request: !1977
-rw-r--r--Help/command/list.rst2
1 files changed, 1 insertions, 1 deletions
diff --git a/Help/command/list.rst b/Help/command/list.rst
index 9451d31..e240b65 100644
--- a/Help/command/list.rst
+++ b/Help/command/list.rst
@@ -213,7 +213,7 @@ The ``<SELECTOR>`` may be one of:
list(TRANSFORM <list> <ACTION> AT <index> [<index> ...] ...)
-``FOR``: Specify a range with, optionaly, an incerment used to iterate over
+``FOR``: Specify a range with, optionaly, an increment used to iterate over
the range. ::
list(TRANSFORM <list> <ACTION> FOR <start> <stop> [<step>] ...)