From baa210b4a93f4230dbf2372dd697ce98860ae787 Mon Sep 17 00:00:00 2001 From: Paul MARTZ Date: Wed, 11 May 2011 23:15:46 +0000 Subject: [PATCH] Typo fix. --- applications/osgconv/osgconv.cpp | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/applications/osgconv/osgconv.cpp b/applications/osgconv/osgconv.cpp index 382b22d9f..dc9856332 100644 --- a/applications/osgconv/osgconv.cpp +++ b/applications/osgconv/osgconv.cpp @@ -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;