Fixed typo

This commit is contained in:
Robert Osfield
2011-05-05 10:28:34 +00:00
parent 47f1133c25
commit 9ea9ac728f

View File

@@ -855,7 +855,7 @@ int main( int argc, char **argv )
}
else if (result.message().empty())
{
osg::notify(osg::NOTICE)<<"Warning: file write to '"<<fileNameOut<<"' no supported."<< std::endl;
osg::notify(osg::NOTICE)<<"Warning: file write to '"<<fileNameOut<<"' not supported."<< std::endl;
}
else
{