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; /**