[libpng16] Spelling fixes: less then N -> less than N (Lauri Nurmi)

This commit is contained in:
Glenn Randers-Pehrson
2015-03-07 13:13:11 -06:00
parent bb098218ca
commit bbe2be3f54
7 changed files with 18 additions and 17 deletions

View File

@@ -469,7 +469,7 @@ pngtest_error(png_structp png_ptr, png_const_charp message)
#if defined(PNG_USER_MEM_SUPPORTED) && PNG_DEBUG
/* 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.