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 /pngread.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 'pngread.c')
-rw-r--r-- | pngread.c | 2 |
1 files changed, 1 insertions, 1 deletions
@@ -4150,7 +4150,7 @@ png_image_finish_read(png_imagep image, png_const_colorp background, * * NOTE: this will be changed in 1.7 because PNG_IMAGE_BUFFER_SIZE * will be changed to use png_alloc_size_t; bigger images can be - * accomodated on 64-bit systems. + * accommodated on 64-bit systems. */ if (image->height <= 0xffffffffU/PNG_IMAGE_PIXEL_COMPONENT_SIZE(image->format)/check) |