diff --git a/include/osg/Group b/include/osg/Group index 126cd714b..460c0690e 100644 --- a/include/osg/Group +++ b/include/osg/Group @@ -132,7 +132,7 @@ class OSG_EXPORT Group : public Node return false; } - template bool conatainsNode(const ref_ptr& node) const { return containsNode(node.get()); } + template bool containsNode(const ref_ptr& node) const { return containsNode(node.get()); } /** Get the index number of child, return a value between * 0 and _children.size()-1 if found, if not found then