From Geoff Michel, typo and spelling fixes

This commit is contained in:
Robert Osfield 2004-09-15 19:07:56 +00:00
parent 6d7a046160
commit 88e2c1b1df

View File

@ -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()); }