From ec02d368907e23b9b75d447f76439473ff97a4fd Mon Sep 17 00:00:00 2001 From: Martin Dobias Date: Fri, 25 Oct 2024 11:26:53 +0200 Subject: [PATCH] nuch -> much --- python/PyQt6/3d/auto_generated/symbols/qgspoint3dsymbol.sip.in | 2 +- src/3d/symbols/qgspoint3dsymbol.h | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/python/PyQt6/3d/auto_generated/symbols/qgspoint3dsymbol.sip.in b/python/PyQt6/3d/auto_generated/symbols/qgspoint3dsymbol.sip.in index 7595dc32cfc3..57c89f0d2314 100644 --- a/python/PyQt6/3d/auto_generated/symbols/qgspoint3dsymbol.sip.in +++ b/python/PyQt6/3d/auto_generated/symbols/qgspoint3dsymbol.sip.in @@ -193,7 +193,7 @@ Sets transform for individual objects represented by the symbol float billboardHeight() const; %Docstring -Returns how nuch the billboard should be elevated upwards +Returns how much the billboard should be elevated upwards %End private: diff --git a/src/3d/symbols/qgspoint3dsymbol.h b/src/3d/symbols/qgspoint3dsymbol.h index 814e100ec9f7..f002764f7e7d 100644 --- a/src/3d/symbols/qgspoint3dsymbol.h +++ b/src/3d/symbols/qgspoint3dsymbol.h @@ -164,7 +164,7 @@ class _3D_EXPORT QgsPoint3DSymbol : public QgsAbstract3DSymbol SIP_NODEFAULTCTOR //! Sets transform for individual objects represented by the symbol void setTransform( const QMatrix4x4 &transform ) { mTransform = transform; } - //! Returns how nuch the billboard should be elevated upwards + //! Returns how much the billboard should be elevated upwards float billboardHeight() const; /**