mirror of
https://git.code.sf.net/p/libpng/code.git
synced 2025-07-10 18:04:09 +02:00
Misc. typos
Some are user facing. Some are in actual code. Most are in source comments. Also, please double check the changes in contrib/tools/pngfix.c
This commit is contained in:
@@ -2117,7 +2117,7 @@ better_options(const struct display *dp)
|
||||
*
|
||||
* This function looks through the stack from the bottom up looking for an
|
||||
* option that does not match the current best value. When it finds one it
|
||||
* checks to see if it is more or less desireable and returns true or false
|
||||
* checks to see if it is more or less desirable and returns true or false
|
||||
* as appropriate.
|
||||
*
|
||||
* Notice that this means that the order options are pushed onto the stack
|
||||
|
||||
@@ -2664,7 +2664,7 @@ zlib_check(struct file *file, png_uint_32 offset)
|
||||
* this case, so do the optimization anyway.
|
||||
*/
|
||||
if (zlib.cksum)
|
||||
chunk_message(zlib.chunk, "zlib checkum");
|
||||
chunk_message(zlib.chunk, "zlib checksum");
|
||||
break;
|
||||
|
||||
|
||||
@@ -3678,7 +3678,7 @@ usage(const char *prog)
|
||||
size_t i;
|
||||
static const char *usage_string[] = {
|
||||
" Tests, optimizes and optionally fixes the zlib header in PNG files.",
|
||||
" Optionally, when fixing, strips ancilliary chunks from the file.",
|
||||
" Optionally, when fixing, strips ancillary chunks from the file.",
|
||||
0,
|
||||
"OPTIONS",
|
||||
" OPERATION",
|
||||
|
||||
Reference in New Issue
Block a user