spelling: length

Signed-off-by: Josh Soref <2119212+jsoref@users.noreply.github.com>
This commit is contained in:
Josh Soref
2023-01-18 08:34:48 -05:00
parent 1acd9c17bb
commit a3bd3a00c6
4 changed files with 8 additions and 8 deletions

View File

@@ -128,7 +128,7 @@ namespace irrklang
return *this;
}
//! Sets the lenght of the vector to a new value
//! Sets the length of the vector to a new value
void setLength(T newlength)
{
normalize();