summaryrefslogtreecommitdiff
path: root/CHANGES
diff options
context:
space:
mode:
authorGlenn Randers-Pehrson <glennrp at users.sourceforge.net>2011-09-15 08:32:07 -0500
committerGlenn Randers-Pehrson <glennrp at users.sourceforge.net>2011-09-15 08:32:07 -0500
commit0a456b5d165dd8e9aea4d9a64e1c7939e946df0d (patch)
tree255aadffb95d67e6476fb3ead6169b8203515bfa /CHANGES
parentd3261115a8cfa5d77344ba53939ce7617f09f3ac (diff)
downloadlibpng-0a456b5d165dd8e9aea4d9a64e1c7939e946df0d.tar.gz
[libpng15] Fix grammar in ANNOUNCE and CHANGES
Diffstat (limited to 'CHANGES')
-rw-r--r--CHANGES2
1 files changed, 1 insertions, 1 deletions
diff --git a/CHANGES b/CHANGES
index 227840570..a51a11a48 100644
--- a/CHANGES
+++ b/CHANGES
@@ -3575,7 +3575,7 @@ Version 1.5.5beta08 [September 10, 2011]
Fixed 64-bit compilation errors (gcc). The errors fixed relate
to conditions where types that are 32 bits in the GCC 32-bit
world (uLong and png_size_t) become 64 bits in the 64-bit
- world. This produces potential truncation errors which the
+ world. This produces potential truncation errors that the
compiler correctly flags.
Relocated new HAVE_SOLARIS_LD definition in configure.ac
Constant changes for 64-bit compatibility (removal of L suffixes). The