Skip to content

Commit

Permalink
Spelling
Browse files Browse the repository at this point in the history
  • Loading branch information
nyalldawson committed Dec 16, 2021
1 parent 1405ba1 commit 132294b
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
Expand Up @@ -61,7 +61,7 @@ An interface for objects which can create sets of parameter values for processin
This method needs to be reimplemented in all classes which implement this interface
and return a algorithm parameters.

Since QGIS 3.24 the optional ``flags`` argument can be used to control the behaviour
Since QGIS 3.24 the optional ``flags`` argument can be used to control the behavior
of the parameter generation.
%End

Expand Down
2 changes: 1 addition & 1 deletion src/gui/processing/qgsprocessingwidgetwrapper.h
Expand Up @@ -91,7 +91,7 @@ class GUI_EXPORT QgsProcessingParametersGenerator
* This method needs to be reimplemented in all classes which implement this interface
* and return a algorithm parameters.
*
* Since QGIS 3.24 the optional \a flags argument can be used to control the behaviour
* Since QGIS 3.24 the optional \a flags argument can be used to control the behavior
* of the parameter generation.
*/
virtual QVariantMap createProcessingParameters( QgsProcessingParametersGenerator::Flags flags = QgsProcessingParametersGenerator::Flags() ) = 0;
Expand Down

0 comments on commit 132294b

Please sign in to comment.