fixed typo

This commit is contained in:
Darren Ranalli 2002-04-03 22:04:54 +00:00
parent e286a73dbb
commit f35b431f88

View File

@ -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.