summaryrefslogtreecommitdiff
path: root/pngmem.c
diff options
context:
space:
mode:
authorGlenn Randers-Pehrson <glennrp at users.sourceforge.net>2015-03-07 13:13:11 -0600
committerGlenn Randers-Pehrson <glennrp at users.sourceforge.net>2015-03-07 13:13:11 -0600
commitbbe2be3f54cb43ef0b23db591a682303c65a9413 (patch)
treef3522f9dee180329b13d602965e55cd4b07225d5 /pngmem.c
parentbb098218ca3eb8d49f40047ae664bc538347ed4b (diff)
[libpng16] Spelling fixes: less then N -> less than N (Lauri Nurmi)
Diffstat (limited to 'pngmem.c')
-rw-r--r--pngmem.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/pngmem.c b/pngmem.c
index d6caf273f..8b157e54d 100644
--- a/pngmem.c
+++ b/pngmem.c
@@ -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.