From 628f1a9917534f7fc604b3e0ed344768a42f3825 Mon Sep 17 00:00:00 2001 From: Nicolas Godet <39594821+nicogodet@users.noreply.github.com> Date: Mon, 6 Jan 2025 18:45:00 +0100 Subject: [PATCH] typo --- python/PyQt6/core/auto_generated/geometry/qgsgeometry.sip.in | 2 +- python/core/auto_generated/geometry/qgsgeometry.sip.in | 2 +- src/core/geometry/qgsgeometry.h | 2 +- 3 files changed, 3 insertions(+), 3 deletions(-) diff --git a/python/PyQt6/core/auto_generated/geometry/qgsgeometry.sip.in b/python/PyQt6/core/auto_generated/geometry/qgsgeometry.sip.in index c296dbbcf2df..aa4c6e2908d4 100644 --- a/python/PyQt6/core/auto_generated/geometry/qgsgeometry.sip.in +++ b/python/PyQt6/core/auto_generated/geometry/qgsgeometry.sip.in @@ -126,7 +126,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 04fecfdf70a6..55a3735a2c51 100644 --- a/python/core/auto_generated/geometry/qgsgeometry.sip.in +++ b/python/core/auto_generated/geometry/qgsgeometry.sip.in @@ -126,7 +126,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 c7c481821757..9b04958ee285 100644 --- a/src/core/geometry/qgsgeometry.h +++ b/src/core/geometry/qgsgeometry.h @@ -199,7 +199,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(). *