Skip to content

Commit

Permalink
Browse files Browse the repository at this point in the history
Spelling
  • Loading branch information
nyalldawson committed Nov 4, 2018
1 parent c085d0e commit 10d7f6e
Show file tree
Hide file tree
Showing 4 changed files with 4 additions and 4 deletions.
2 changes: 1 addition & 1 deletion python/gui/auto_generated/qgsbrowserdockwidget.sip.in
Expand Up @@ -42,7 +42,7 @@ Add directory to favorites.
void setMessageBar( QgsMessageBar *bar );
%Docstring
Sets a message ``bar`` to use alongside the dock widget. Setting this allows items
to utilise the message bar to provide non-blocking feedback to users, e.g.
to utilize the message bar to provide non-blocking feedback to users, e.g.
success or failure of actions.

.. seealso:: :py:func:`messageBar`
Expand Down
2 changes: 1 addition & 1 deletion python/gui/auto_generated/qgsdataitemguiprovider.sip.in
Expand Up @@ -82,7 +82,7 @@ if desired, or use standard QMenu API to insert their items and submenus into
the desired location within the context menu.

The ``selectedItems`` list contains a list of ALL currently selected items within the browser view.
Subclasses can utilise this list in order to create actions which operate on multiple items
Subclasses can utilize this list in order to create actions which operate on multiple items
at once, e.g. to allow deletion of multiple layers from a database at once.

When creating a context menu, this method is called for EVERY QgsDataItemGuiProvider
Expand Down
2 changes: 1 addition & 1 deletion src/gui/qgsbrowserdockwidget.h
Expand Up @@ -62,7 +62,7 @@ class GUI_EXPORT QgsBrowserDockWidget : public QgsDockWidget, private Ui::QgsBro

/**
* Sets a message \a bar to use alongside the dock widget. Setting this allows items
* to utilise the message bar to provide non-blocking feedback to users, e.g.
* to utilize the message bar to provide non-blocking feedback to users, e.g.
* success or failure of actions.
*
* \see messageBar()
Expand Down
2 changes: 1 addition & 1 deletion src/gui/qgsdataitemguiprovider.h
Expand Up @@ -94,7 +94,7 @@ class GUI_EXPORT QgsDataItemGuiProvider
* the desired location within the context menu.
*
* The \a selectedItems list contains a list of ALL currently selected items within the browser view.
* Subclasses can utilise this list in order to create actions which operate on multiple items
* Subclasses can utilize this list in order to create actions which operate on multiple items
* at once, e.g. to allow deletion of multiple layers from a database at once.
*
* When creating a context menu, this method is called for EVERY QgsDataItemGuiProvider
Expand Down

0 comments on commit 10d7f6e

Please sign in to comment.