mirror of
https://github.com/opencv/opencv.git
synced 2025-01-18 22:44:02 +08:00
Typo in string fixed
This commit is contained in:
parent
81aefed13a
commit
f81b3101e8
@ -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 );
|
||||||
}
|
}
|
||||||
|
Loading…
Reference in New Issue
Block a user