Typo fix.

This commit is contained in:
Paul MARTZ
2011-05-11 23:15:46 +00:00
parent 27c359a69a
commit baa210b4a9

View File

@@ -656,7 +656,7 @@ int main( int argc, char **argv )
if( sscanf( str.c_str(), "%f",
&nsimp ) != 1 )
{
usage( argv[0], "Scale argument format incorrect." );
usage( argv[0], "Simplify argument format incorrect." );
return 1;
}
std::cout << str << " " << nsimp << std::endl;