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 /png.c | |
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 'png.c')
-rw-r--r-- | png.c | 6 |
1 files changed, 3 insertions, 3 deletions
@@ -942,7 +942,7 @@ png_handle_as_unknown(png_const_structrp png_ptr, png_const_bytep chunk_name) /* The code is the fifth byte after each four byte string. Historically this * code was always searched from the end of the list, this is no longer - * necessary because the 'set' routine handles duplicate entries correcty. + * necessary because the 'set' routine handles duplicate entries correctly. */ do /* num_chunk_list > 0, so at least one */ { @@ -2067,7 +2067,7 @@ png_icc_check_header(png_const_structrp png_ptr, png_colorspacerp colorspace, */ /* Data checks (could be skipped). These checks must be independent of the - * version number; however, the version number doesn't accomodate changes in + * version number; however, the version number doesn't accommodate changes in * the header fields (just the known tags and the interpretation of the * data.) */ @@ -2707,7 +2707,7 @@ png_check_IHDR(png_const_structrp png_ptr, #if defined(PNG_sCAL_SUPPORTED) || defined(PNG_pCAL_SUPPORTED) /* ASCII to fp functions */ -/* Check an ASCII formated floating point value, see the more detailed +/* Check an ASCII formatted floating point value, see the more detailed * comments in pngpriv.h */ /* The following is used internally to preserve the sticky flags */ |