Browse Source

fixed spelling error

Darren Ranalli 22 years ago
parent
commit
fb7ca6d692
1 changed files with 1 additions and 1 deletions
  1. 1 1
      panda/src/pgraph/nodePath.h

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

@@ -121,7 +121,7 @@ class GlobPattern;
 //
 //
 //               A NodePath is a list of connected nodes from the root
 //               A NodePath is a list of connected nodes from the root
 //               of the graph to any sub-node.  Each NodePath
 //               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
 //               NodePaths themselves are lightweight objects that may
 //               easily be copied and passed by value.  Their data is
 //               easily be copied and passed by value.  Their data is