Skip to content

Commit

Permalink
Typo fix.
Browse files Browse the repository at this point in the history
  • Loading branch information
Paul MARTZ committed May 11, 2011
1 parent 57df577 commit 112fdae
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion applications/osgconv/osgconv.cpp
Original file line number Diff line number Diff line change
Expand Up @@ -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;
Expand Down

0 comments on commit 112fdae

Please sign in to comment.