Browse Source

gobj: Fix typo in docstring

[skip ci]
rdb 5 years ago
parent
commit
01b2f1f759
1 changed files with 1 additions and 1 deletions
  1. 1 1
      panda/src/gobj/geomVertexData.I

+ 1 - 1
panda/src/gobj/geomVertexData.I

@@ -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) {