Skip to content

Commit a13aa96

Browse files
committedSep 15, 2017
Typo forwarder->forwarded
1 parent c1f765a commit a13aa96

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed
 

‎python/gui/qgisinterface.sip

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -161,7 +161,7 @@ Start a blank project
161161
%Docstring
162162
Triggered when connections have changed.
163163
This calls reloadConnections in the main application and triggers a signal that is
164-
forwarder to the GUI elements that needs to be updated (i.e. the source
164+
forwarded to the GUI elements that needs to be updated (i.e. the source
165165
select dialogs and the browser widgets)
166166
.. versionadded:: 3.0
167167
%End

‎src/gui/qgisinterface.h

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -168,7 +168,7 @@ class GUI_EXPORT QgisInterface : public QObject
168168
/**
169169
* Triggered when connections have changed.
170170
* This calls reloadConnections in the main application and triggers a signal that is
171-
* forwarder to the GUI elements that needs to be updated (i.e. the source
171+
* forwarded to the GUI elements that needs to be updated (i.e. the source
172172
* select dialogs and the browser widgets)
173173
* \since QGIS 3.0
174174
*/

0 commit comments

Comments
 (0)
Please sign in to comment.