From Gary Quinn, spelling fixes

This commit is contained in:
Robert Osfield
2009-02-06 15:17:49 +00:00
parent e63e19bed4
commit 22e4e63060
8 changed files with 12 additions and 12 deletions

View File

@@ -51,7 +51,7 @@ int main( int argc, char **argv )
if (!rootnode)
{
osg::notify(osg::NOTICE)<<"Please specify and model filename on the command line."<<std::endl;
osg::notify(osg::NOTICE)<<"Please specify a model filename on the command line."<<std::endl;
return 1;
}