Skip to content

Commit

Permalink
Browse files Browse the repository at this point in the history
Freackin Amurican sppelling
  • Loading branch information
nyalldawson committed Feb 22, 2019
1 parent c1aac32 commit cdc622e
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 4 deletions.
Expand Up @@ -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`

Expand All @@ -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`

Expand Down
4 changes: 2 additions & 2 deletions src/core/processing/models/qgsprocessingmodelalgorithm.h
Expand Up @@ -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
Expand All @@ -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
Expand Down

0 comments on commit cdc622e

Please sign in to comment.