Skip to content

Commit 37a49e2

Browse files
committed
Fix typo
1 parent 8a2e919 commit 37a49e2

File tree

2 files changed

+4
-4
lines changed

2 files changed

+4
-4
lines changed

python/core/auto_generated/qgsvectorlayer.sip.in

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -2238,15 +2238,15 @@ Test if an edit command is active
22382238
GeometryOptions geometryOptions() const;
22392239
%Docstring
22402240
The geometry options applied to this layer contain information about
2241-
how geomtries should be preprocessed when added to or edited on this layer.
2241+
how geometries should be preprocessed when added to or edited on this layer.
22422242

22432243
.. versionadded:: 3.4
22442244
%End
22452245

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

22512251
.. versionadded:: 3.4
22522252
%End

src/core/qgsvectorlayer.h

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -2020,15 +2020,15 @@ class CORE_EXPORT QgsVectorLayer : public QgsMapLayer, public QgsExpressionConte
20202020

20212021
/**
20222022
* The geometry options applied to this layer contain information about
2023-
* how geomtries should be preprocessed when added to or edited on this layer.
2023+
* how geometries should be preprocessed when added to or edited on this layer.
20242024
*
20252025
* \since QGIS 3.4
20262026
*/
20272027
GeometryOptions geometryOptions() const;
20282028

20292029
/**
20302030
* The geometry options applied to this layer contain information about
2031-
* how geomtries should be preprocessed when added to or edited on this layer.
2031+
* how geometries should be preprocessed when added to or edited on this layer.
20322032
*
20332033
* \since QGIS 3.4
20342034
*/

0 commit comments

Comments
 (0)