diff options
author | Unknown <kunda@scribus.net> | 2017-11-03 00:52:06 -0400 |
---|---|---|
committer | Unknown <kunda@scribus.net> | 2017-11-03 00:52:06 -0400 |
commit | f23b41d7b1acc2b95be18a776c3cc4453af6598a (patch) | |
tree | 78af9b622c25e09576c136288cb06d45789e3ff1 /pngstruct.h | |
parent | 71254014116bf9c9b99a4c4b7f8dffbb400b7a46 (diff) |
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
Diffstat (limited to 'pngstruct.h')
-rw-r--r-- | pngstruct.h | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/pngstruct.h b/pngstruct.h index d83f97125..afef2c028 100644 --- a/pngstruct.h +++ b/pngstruct.h @@ -47,7 +47,7 @@ /* zlib.h declares a magic type 'uInt' that limits the amount of data that zlib * can handle at once. This type need be no larger than 16 bits (so maximum of * 65535), this define allows us to discover how big it is, but limited by the - * maximuum for png_size_t. The value can be overriden in a library build + * maximuum for png_size_t. The value can be overridden in a library build * (pngusr.h, or set it in CPPFLAGS) and it works to set it to a considerably * lower value (e.g. 255 works). A lower value may help memory usage (slightly) * and may even improve performance on some systems (and degrade it on others.) |