From 7fc85a3f461f0c8e2db0fa02784176cfa8ac9ced Mon Sep 17 00:00:00 2001 From: Glenn Randers-Pehrson Date: Thu, 9 May 2013 08:49:42 -0500 Subject: [PATCH] [libng16] Fixed typo in png-fix-too-far-back "usage" output --- contrib/tools/png-fix-too-far-back.c | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/contrib/tools/png-fix-too-far-back.c b/contrib/tools/png-fix-too-far-back.c index 116d5974a..f187c1899 100644 --- a/contrib/tools/png-fix-too-far-back.c +++ b/contrib/tools/png-fix-too-far-back.c @@ -999,7 +999,7 @@ usage(const char *prog, int rc) fprintf(stderr, " --warnings (-w): Output warnings from libpng.\n" " --verbose (-v): Output more verbose messages.\n" - " --max=: Output IDAT chunks sized . If not given the\n" + " --max=: Output IDAT chunks sized . If not given the\n" " the IDAT chunks will be the maximum size permitted\n" " (2^31-1 bytes.)\n" " --out=: Save the result for the next PNG to .\n" @@ -1039,7 +1039,7 @@ usage(const char *prog, int rc) fprintf(stderr, " image-bits: The window bits value corresponding to the size of the\n" " uncompressed PNG image data. When --optimize is not\n" - " given but --strip is this value will be used if lower\n" + " given but --strip is, this value will be used if lower\n" " than the current value.\n" " opt-flag: < if the optimized bit value is less than that implied by\n" " the PNG image size (opt-bits < image-bits)\n"