From f35b431f88a28f7669ba70b27bdb97ed4a8e47a8 Mon Sep 17 00:00:00 2001 From: Darren Ranalli Date: Wed, 3 Apr 2002 22:04:54 +0000 Subject: [PATCH] fixed typo --- panda/src/pgraph/pandaNode.h | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/panda/src/pgraph/pandaNode.h b/panda/src/pgraph/pandaNode.h index bd5ed8de7b..dfb613f2a8 100644 --- a/panda/src/pgraph/pandaNode.h +++ b/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.