소스 검색

gobj: Fix typo in docstring

[skip ci]
rdb 5 년 전
부모
커밋
01b2f1f759
1개의 변경된 파일1개의 추가작업 그리고 1개의 파일을 삭제
  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) {