Typo in string fixed

This commit is contained in:
Grigory Serebryakov 2014-08-25 18:46:23 +04:00
parent 81aefed13a
commit f81b3101e8

View File

@ -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 );
} }