Skip to content

Commit

Permalink
nuch -> much
Browse files Browse the repository at this point in the history
  • Loading branch information
wonder-sk authored and nyalldawson committed Oct 25, 2024
1 parent 68a76bc commit ec02d36
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -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:
Expand Down
2 changes: 1 addition & 1 deletion src/3d/symbols/qgspoint3dsymbol.h
Original file line number Diff line number Diff line change
Expand Up @@ -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;

/**
Expand Down

0 comments on commit ec02d36

Please sign in to comment.