Freackin Amurican sppelling

This commit is contained in:
Nyall Dawson 2019-02-20 11:05:48 +10:00
parent c1aac3228c
commit cdc622ef4c
2 changed files with 4 additions and 4 deletions

View File

@ -424,7 +424,7 @@ Creates a new expression context scope for a child algorithm within the model.
Returns the map of custom expression context variables defined for this model.
These variables are added to the model's expression context scope, allowing for preset
"constant" expression variables to be utilised within the model.
"constant" expression variables to be utilized within the model.
.. seealso:: :py:func:`setVariables`
@ -436,7 +436,7 @@ These variables are added to the model's expression context scope, allowing for
Sets the map of custom expression context ``variables`` for this model.
These variables are added to the model's expression context scope, allowing for preset
"constant" expression variables to be utilised within the model.
"constant" expression variables to be utilized within the model.
.. seealso:: :py:func:`variables`

View File

@ -380,7 +380,7 @@ class CORE_EXPORT QgsProcessingModelAlgorithm : public QgsProcessingAlgorithm
* Returns the map of custom expression context variables defined for this model.
*
* These variables are added to the model's expression context scope, allowing for preset
* "constant" expression variables to be utilised within the model.
* "constant" expression variables to be utilized within the model.
*
* \see setVariables()
* \since QGIS 3.8
@ -391,7 +391,7 @@ class CORE_EXPORT QgsProcessingModelAlgorithm : public QgsProcessingAlgorithm
* Sets the map of custom expression context \a variables for this model.
*
* These variables are added to the model's expression context scope, allowing for preset
* "constant" expression variables to be utilised within the model.
* "constant" expression variables to be utilized within the model.
*
* \see variables()
* \since QGIS 3.8