From fb7ca6d6922984cf261a7c285bb97b0321a59cf8 Mon Sep 17 00:00:00 2001 From: Darren Ranalli Date: Fri, 5 Sep 2003 02:29:35 +0000 Subject: [PATCH] fixed spelling error --- panda/src/pgraph/nodePath.h | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/panda/src/pgraph/nodePath.h b/panda/src/pgraph/nodePath.h index 268cac3cef..45f0fdb263 100644 --- a/panda/src/pgraph/nodePath.h +++ b/panda/src/pgraph/nodePath.h @@ -121,7 +121,7 @@ class GlobPattern; // // A NodePath is a list of connected nodes from the root // of the graph to any sub-node. Each NodePath -// therefore unqiuely describes one instance of a node. +// therefore uniquely describes one instance of a node. // // NodePaths themselves are lightweight objects that may // easily be copied and passed by value. Their data is