Skip to content

Commit cdc622e

Browse files
committedFeb 22, 2019
Freackin Amurican sppelling
1 parent c1aac32 commit cdc622e

File tree

2 files changed

+4
-4
lines changed

2 files changed

+4
-4
lines changed
 

‎python/core/auto_generated/processing/models/qgsprocessingmodelalgorithm.sip.in

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -424,7 +424,7 @@ Creates a new expression context scope for a child algorithm within the model.
424424
Returns the map of custom expression context variables defined for this model.
425425

426426
These variables are added to the model's expression context scope, allowing for preset
427-
"constant" expression variables to be utilised within the model.
427+
"constant" expression variables to be utilized within the model.
428428

429429
.. seealso:: :py:func:`setVariables`
430430

@@ -436,7 +436,7 @@ These variables are added to the model's expression context scope, allowing for
436436
Sets the map of custom expression context ``variables`` for this model.
437437

438438
These variables are added to the model's expression context scope, allowing for preset
439-
"constant" expression variables to be utilised within the model.
439+
"constant" expression variables to be utilized within the model.
440440

441441
.. seealso:: :py:func:`variables`
442442

‎src/core/processing/models/qgsprocessingmodelalgorithm.h

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -380,7 +380,7 @@ class CORE_EXPORT QgsProcessingModelAlgorithm : public QgsProcessingAlgorithm
380380
* Returns the map of custom expression context variables defined for this model.
381381
*
382382
* These variables are added to the model's expression context scope, allowing for preset
383-
* "constant" expression variables to be utilised within the model.
383+
* "constant" expression variables to be utilized within the model.
384384
*
385385
* \see setVariables()
386386
* \since QGIS 3.8
@@ -391,7 +391,7 @@ class CORE_EXPORT QgsProcessingModelAlgorithm : public QgsProcessingAlgorithm
391391
* Sets the map of custom expression context \a variables for this model.
392392
*
393393
* These variables are added to the model's expression context scope, allowing for preset
394-
* "constant" expression variables to be utilised within the model.
394+
* "constant" expression variables to be utilized within the model.
395395
*
396396
* \see variables()
397397
* \since QGIS 3.8

0 commit comments

Comments
 (0)
Please sign in to comment.