Browse Source

fixed typo

Darren Ranalli 24 years ago
parent
commit
f35b431f88
1 changed files with 1 additions and 1 deletions
  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;
   INLINE void ls(ostream &out, int indent_level) const;
 
 
   // A node has two bounding volumes: the BoundedObject it inherits
   // 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"
   // its children, while the _internal_bound object is the "internal"
   // bounds and represents only the node itself.
   // bounds and represents only the node itself.