Fixed spelling mistake.

This commit is contained in:
Robert Osfield
2002-07-18 00:55:01 +00:00
parent 09bdb10af5
commit 3ec32aab82

View File

@@ -688,7 +688,7 @@ osg::Group* ConvertFromFLT::visitSwitch(osg::Group& osgParent, SwitchRecord* rec
{
osg::notify(osg::WARN)<<"Warning::OpenFlight loader has come across an incorrectly handled switch."<<std::endl;
osg::notify(osg::WARN)<<" The number of OpenFlight children ("<<rec->getNumChildren()<<") "<<std::endl;
osg::notify(osg::WARN)<<" exceeds the number convered to OSG ("<<group->getNumChildren()<<")"<<std::endl;
osg::notify(osg::WARN)<<" exceeds the number converted to OSG ("<<group->getNumChildren()<<")"<<std::endl;
}