Merge topic 'typo-incerment'

fbf330ce2b typo: incerment -> increment

Acked-by: Kitware Robot <kwrobot@kitware.com>
Merge-request: !1977
This commit is contained in:
Brad King
2018-04-17 17:19:14 +00:00
committed by Kitware Robot

View File

@@ -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>] ...)