Skip to content

Commit

Permalink
Fix typo
Browse files Browse the repository at this point in the history
  • Loading branch information
m-kuhn committed Aug 22, 2018
1 parent 8a2e919 commit 37a49e2
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 4 deletions.
4 changes: 2 additions & 2 deletions python/core/auto_generated/qgsvectorlayer.sip.in
Expand Up @@ -2238,15 +2238,15 @@ Test if an edit command is active
GeometryOptions geometryOptions() const;
%Docstring
The geometry options applied to this layer contain information about
how geomtries should be preprocessed when added to or edited on this layer.
how geometries should be preprocessed when added to or edited on this layer.

.. versionadded:: 3.4
%End

void setGeometryOptions( const GeometryOptions &geometryOptions );
%Docstring
The geometry options applied to this layer contain information about
how geomtries should be preprocessed when added to or edited on this layer.
how geometries should be preprocessed when added to or edited on this layer.

.. versionadded:: 3.4
%End
Expand Down
4 changes: 2 additions & 2 deletions src/core/qgsvectorlayer.h
Expand Up @@ -2020,15 +2020,15 @@ class CORE_EXPORT QgsVectorLayer : public QgsMapLayer, public QgsExpressionConte

/**
* The geometry options applied to this layer contain information about
* how geomtries should be preprocessed when added to or edited on this layer.
* how geometries should be preprocessed when added to or edited on this layer.
*
* \since QGIS 3.4
*/
GeometryOptions geometryOptions() const;

/**
* The geometry options applied to this layer contain information about
* how geomtries should be preprocessed when added to or edited on this layer.
* how geometries should be preprocessed when added to or edited on this layer.
*
* \since QGIS 3.4
*/
Expand Down

0 comments on commit 37a49e2

Please sign in to comment.