From Magnus Kessler, "Typo in usage string of examples/osganalysis

please specifies -> please specify"
This commit is contained in:
Robert Osfield 2010-11-26 10:31:34 +00:00
parent d7b161078a
commit 8a929ea923

View File

@ -649,7 +649,7 @@ int main(int argc, char** argv)
if (fileNames.empty())
{
OSG_NOTICE<<"No files loaded, please specifies files on commandline."<<std::endl;
OSG_NOTICE<<"No files loaded, please specify files on commandline."<<std::endl;
return 1;
}