From 88e2c1b1df8123d8fb4d2cc03201762ef4c99dcd Mon Sep 17 00:00:00 2001 From: Robert Osfield Date: Wed, 15 Sep 2004 19:07:56 +0000 Subject: [PATCH] From Geoff Michel, typo and spelling fixes --- include/osg/NodeVisitor | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/include/osg/NodeVisitor b/include/osg/NodeVisitor index 68b633597..bf5f19709 100644 --- a/include/osg/NodeVisitor +++ b/include/osg/NodeVisitor @@ -188,7 +188,7 @@ class SG_EXPORT NodeVisitor : public virtual Referenced /** Method called by osg::Node::accept() method after * a call to NodeVisitor::apply(..). - * Note, the user does not typically call pushNodeOnPath() as it + * Note, the user does not typically call popFromNodePath() as it * will be called automatically by the Node::accept() method.*/ inline void popFromNodePath() { if (_traversalMode!=TRAVERSE_PARENTS) _nodePath.pop_back(); else _nodePath.erase(_nodePath.begin()); }