Commit f81b3101 authored by Grigory Serebryakov's avatar Grigory Serebryakov

Typo in string fixed

parent 81aefed1
...@@ -201,7 +201,7 @@ int main( int argc, char* argv[] ) ...@@ -201,7 +201,7 @@ int main( int argc, char* argv[] )
} }
if( !pngoutput) if( !pngoutput)
{ {
printf( "Original image whill be scaled to:\n"); printf( "Original image will be scaled to:\n");
printf( "\tWidth: $backgroundWidth / %d\n", width ); printf( "\tWidth: $backgroundWidth / %d\n", width );
printf( "\tHeight: $backgroundHeight / %d\n", height ); printf( "\tHeight: $backgroundHeight / %d\n", height );
} }
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment