Selaa lähdekoodia

Merge topic 'typo-incerment'

fbf330ce2b typo: incerment -> increment

Acked-by: Kitware Robot <[email protected]>
Merge-request: !1977
Brad King 7 vuotta sitten
vanhempi
sitoutus
80d49468de
1 muutettua tiedostoa jossa 1 lisäystä ja 1 poistoa
  1. 1 1
      Help/command/list.rst

+ 1 - 1
Help/command/list.rst

@@ -213,7 +213,7 @@ The ``<SELECTOR>`` may be one of:
 
 
   list(TRANSFORM <list> <ACTION> AT <index> [<index> ...] ...)
   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. ::
 the range. ::
 
 
   list(TRANSFORM <list> <ACTION> FOR <start> <stop> [<step>] ...)
   list(TRANSFORM <list> <ACTION> FOR <start> <stop> [<step>] ...)