mirror of
https://github.com/opencv/opencv.git
synced 2025-01-18 14:13:15 +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)
|
||||
{
|
||||
printf( "Original image whill be scaled to:\n");
|
||||
printf( "Original image will be scaled to:\n");
|
||||
printf( "\tWidth: $backgroundWidth / %d\n", width );
|
||||
printf( "\tHeight: $backgroundHeight / %d\n", height );
|
||||
}
|
||||
|
Loading…
Reference in New Issue
Block a user