summaryrefslogtreecommitdiff
path: root/pngread.c
diff options
context:
space:
mode:
authorUnknown <kunda@scribus.net>2017-11-03 00:52:06 -0400
committerUnknown <kunda@scribus.net>2017-11-03 00:52:06 -0400
commitf23b41d7b1acc2b95be18a776c3cc4453af6598a (patch)
tree78af9b622c25e09576c136288cb06d45789e3ff1 /pngread.c
parent71254014116bf9c9b99a4c4b7f8dffbb400b7a46 (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.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/pngread.c b/pngread.c
index da32e9ad9..5dcb29817 100644
--- a/pngread.c
+++ b/pngread.c
@@ -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)