Skip to content

Commit 10d7f6e

Browse files
committedNov 4, 2018
Spelling
1 parent c085d0e commit 10d7f6e

File tree

4 files changed

+4
-4
lines changed

4 files changed

+4
-4
lines changed
 

‎python/gui/auto_generated/qgsbrowserdockwidget.sip.in

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -42,7 +42,7 @@ Add directory to favorites.
4242
void setMessageBar( QgsMessageBar *bar );
4343
%Docstring
4444
Sets a message ``bar`` to use alongside the dock widget. Setting this allows items
45-
to utilise the message bar to provide non-blocking feedback to users, e.g.
45+
to utilize the message bar to provide non-blocking feedback to users, e.g.
4646
success or failure of actions.
4747

4848
.. seealso:: :py:func:`messageBar`

‎python/gui/auto_generated/qgsdataitemguiprovider.sip.in

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -82,7 +82,7 @@ if desired, or use standard QMenu API to insert their items and submenus into
8282
the desired location within the context menu.
8383

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

8888
When creating a context menu, this method is called for EVERY QgsDataItemGuiProvider

‎src/gui/qgsbrowserdockwidget.h

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -62,7 +62,7 @@ class GUI_EXPORT QgsBrowserDockWidget : public QgsDockWidget, private Ui::QgsBro
6262

6363
/**
6464
* Sets a message \a bar to use alongside the dock widget. Setting this allows items
65-
* to utilise the message bar to provide non-blocking feedback to users, e.g.
65+
* to utilize the message bar to provide non-blocking feedback to users, e.g.
6666
* success or failure of actions.
6767
*
6868
* \see messageBar()

‎src/gui/qgsdataitemguiprovider.h

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -94,7 +94,7 @@ class GUI_EXPORT QgsDataItemGuiProvider
9494
* the desired location within the context menu.
9595
*
9696
* The \a selectedItems list contains a list of ALL currently selected items within the browser view.
97-
* Subclasses can utilise this list in order to create actions which operate on multiple items
97+
* Subclasses can utilize this list in order to create actions which operate on multiple items
9898
* at once, e.g. to allow deletion of multiple layers from a database at once.
9999
*
100100
* When creating a context menu, this method is called for EVERY QgsDataItemGuiProvider

0 commit comments

Comments
 (0)
Please sign in to comment.