Skip to content

Commit

Permalink
Spelling
Browse files Browse the repository at this point in the history
  • Loading branch information
nyalldawson committed Nov 6, 2022
1 parent 3b6434e commit 8aa0857
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 4 deletions.
Expand Up @@ -63,7 +63,7 @@ new locations are received from the GPS device.
bool automaticallyCommitFeatures() const;
%Docstring
Returns ``True`` if features created from GPS locations should be
immediately commited to their target layers (skipping the usual
immediately committed to their target layers (skipping the usual
layer edit buffer).

.. seealso:: :py:func:`setAutomaticallyCommitFeatures`
Expand All @@ -86,7 +86,7 @@ new locations are received from the GPS device.
void setAutomaticallyCommitFeatures( bool enabled );
%Docstring
Sets whether features created from GPS locations should be
immediately commited to their target layers (skipping the usual
immediately committed to their target layers (skipping the usual
layer edit buffer).

.. seealso:: :py:func:`automaticallyCommitFeatures`
Expand Down
4 changes: 2 additions & 2 deletions src/core/project/qgsprojectgpssettings.h
Expand Up @@ -76,7 +76,7 @@ class CORE_EXPORT QgsProjectGpsSettings : public QObject

/**
* Returns TRUE if features created from GPS locations should be
* immediately commited to their target layers (skipping the usual
* immediately committed to their target layers (skipping the usual
* layer edit buffer).
*
* \see setAutomaticallyCommitFeatures()
Expand All @@ -97,7 +97,7 @@ class CORE_EXPORT QgsProjectGpsSettings : public QObject

/**
* Sets whether features created from GPS locations should be
* immediately commited to their target layers (skipping the usual
* immediately committed to their target layers (skipping the usual
* layer edit buffer).
*
* \see automaticallyCommitFeatures()
Expand Down

0 comments on commit 8aa0857

Please sign in to comment.