[libpng17] Spelling fixes ("then", "occured") reported by Lauri Nurmi.

This commit is contained in:
Glenn Randers-Pehrson
2015-03-07 14:00:13 -06:00
parent cc085343ec
commit 3e4bd8c261
14 changed files with 130 additions and 34 deletions

View File

@@ -41,7 +41,7 @@ png_destroy_png_struct(png_structrp png_ptr)
}
/* Allocate memory. For reasonable files, size should never exceed
* 64K. However, zlib may allocate more then 64K if you don't tell
* 64K. However, zlib may allocate more than 64K if you don't tell
* it not to. See zconf.h and png.h for more information. zlib does
* need to allocate exactly 64K, so whatever you call here must
* have the ability to do that.