gobj: Fix typo in docstring

[skip ci]
This commit is contained in:
rdb 2020-11-23 10:53:56 +01:00
parent 92e2c24958
commit 01b2f1f759

View File

@ -209,7 +209,7 @@ set_array(size_t i, const GeomVertexArrayData *array) {
}
/**
* Removes the array wit hthe given index from the GeomVertexData.
* Removes the array with the given index from the GeomVertexData.
*/
INLINE void GeomVertexData::
remove_array(size_t i) {