浏览代码

fixed typo

Darren Ranalli 24 年之前
父节点
当前提交
f35b431f88
共有 1 个文件被更改,包括 1 次插入1 次删除
  1. 1 1
      panda/src/pgraph/pandaNode.h

+ 1 - 1
panda/src/pgraph/pandaNode.h

@@ -146,7 +146,7 @@ PUBLISHED:
   INLINE void ls(ostream &out, int indent_level) const;
 
   // A node has two bounding volumes: the BoundedObject it inherits
-  // from is the "external" bound and represnts the node and all of
+  // from is the "external" bound and represents the node and all of
   // its children, while the _internal_bound object is the "internal"
   // bounds and represents only the node itself.