Skip to content

Commit

Permalink
Spelling
Browse files Browse the repository at this point in the history
  • Loading branch information
nyalldawson committed Aug 20, 2019
1 parent 090d148 commit b47dea0
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 4 deletions.
Expand Up @@ -271,7 +271,7 @@ The default is to use no simplification.
%Docstring
Returns a list of map themes to use during the export.

Items which handle layered exports (e.g. maps) may utilise this list to export different
Items which handle layered exports (e.g. maps) may utilize this list to export different
representations of the item as export layers, as they iterate through these included themes.

.. seealso:: :py:func:`setExportThemes`
Expand All @@ -283,7 +283,7 @@ representations of the item as export layers, as they iterate through these incl
%Docstring
Sets a list of map ``themes`` to use during the export.

Items which handle layered exports (e.g. maps) may utilise this list to export different
Items which handle layered exports (e.g. maps) may utilize this list to export different
representations of the item as export layers, as they iterate through these included themes.

.. seealso:: :py:func:`exportThemes`
Expand Down
4 changes: 2 additions & 2 deletions src/core/layout/qgslayoutrendercontext.h
Expand Up @@ -262,7 +262,7 @@ class CORE_EXPORT QgsLayoutRenderContext : public QObject
/**
* Returns a list of map themes to use during the export.
*
* Items which handle layered exports (e.g. maps) may utilise this list to export different
* Items which handle layered exports (e.g. maps) may utilize this list to export different
* representations of the item as export layers, as they iterate through these included themes.
*
* \see setExportThemes()
Expand All @@ -273,7 +273,7 @@ class CORE_EXPORT QgsLayoutRenderContext : public QObject
/**
* Sets a list of map \a themes to use during the export.
*
* Items which handle layered exports (e.g. maps) may utilise this list to export different
* Items which handle layered exports (e.g. maps) may utilize this list to export different
* representations of the item as export layers, as they iterate through these included themes.
*
* \see exportThemes()
Expand Down

0 comments on commit b47dea0

Please sign in to comment.