diff --git a/python/PyQt6/core/auto_generated/geometry/qgsgeometry.sip.in b/python/PyQt6/core/auto_generated/geometry/qgsgeometry.sip.in index 1d245ba35c67..8db9f45fe8a9 100644 --- a/python/PyQt6/core/auto_generated/geometry/qgsgeometry.sip.in +++ b/python/PyQt6/core/auto_generated/geometry/qgsgeometry.sip.in @@ -121,7 +121,7 @@ geom is transferred. %Docstring Returns a non-modifiable (const) reference to the underlying abstract geometry primitive. -This is much faster then calling the non-const :py:func:`~QgsGeometry.get` method. +This is much faster than calling the non-const :py:func:`~QgsGeometry.get` method. .. note:: diff --git a/python/core/auto_generated/geometry/qgsgeometry.sip.in b/python/core/auto_generated/geometry/qgsgeometry.sip.in index 7dfc2cfc47ba..59c5e078d814 100644 --- a/python/core/auto_generated/geometry/qgsgeometry.sip.in +++ b/python/core/auto_generated/geometry/qgsgeometry.sip.in @@ -121,7 +121,7 @@ geom is transferred. %Docstring Returns a non-modifiable (const) reference to the underlying abstract geometry primitive. -This is much faster then calling the non-const :py:func:`~QgsGeometry.get` method. +This is much faster than calling the non-const :py:func:`~QgsGeometry.get` method. .. note:: diff --git a/src/core/geometry/qgsgeometry.h b/src/core/geometry/qgsgeometry.h index c02ee5171f67..9c8d1f55d846 100644 --- a/src/core/geometry/qgsgeometry.h +++ b/src/core/geometry/qgsgeometry.h @@ -195,7 +195,7 @@ class CORE_EXPORT QgsGeometry /** * Returns a non-modifiable (const) reference to the underlying abstract geometry primitive. * - * This is much faster then calling the non-const get() method. + * This is much faster than calling the non-const get() method. * * \note In QGIS 2.x this method was named geometry(). *