Skip to content

Commit

Permalink
Browse files Browse the repository at this point in the history
fix spelling
  • Loading branch information
3nids committed Sep 8, 2020
1 parent ccb8720 commit 82b1079
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion python/core/auto_generated/locator/qgslocator.sip.in
Expand Up @@ -151,7 +151,7 @@ is called.

void searchBegan();
%Docstring
Emitted when locator has begun a search, before actualy preparing it.
Emitted when locator has begun a search, before actually preparing it.

.. versionadded:: 3.16
%End
Expand Down
2 changes: 1 addition & 1 deletion src/core/locator/qgslocator.h
Expand Up @@ -161,7 +161,7 @@ class CORE_EXPORT QgsLocator : public QObject
void foundResult( const QgsLocatorResult &result );

/**
* Emitted when locator has begun a search, before actualy preparing it.
* Emitted when locator has begun a search, before actually preparing it.
* \since QGIS 3.16
*/
void searchBegan();
Expand Down

0 comments on commit 82b1079

Please sign in to comment.