summaryrefslogtreecommitdiff
path: root/pngrtran.c
diff options
context:
space:
mode:
authorGlenn Randers-Pehrson <glennrp at users.sourceforge.net>2011-05-15 19:09:24 -0500
committerGlenn Randers-Pehrson <glennrp at users.sourceforge.net>2011-05-15 19:09:24 -0500
commit0e128dfa2f667c1c8dd7ca2355bd70fb927b4f40 (patch)
tree2ff26534772eeb32cb3588c8be8ae50f08e38f97 /pngrtran.c
parent9994f2573395353f76b47d98956ff6b4ca88fd20 (diff)
downloadlibpng-0e128dfa2f667c1c8dd7ca2355bd70fb927b4f40.tar.gz
[devel] Update CHANGES and ANNOUNCE; fix some new typos in comments.
Diffstat (limited to 'pngrtran.c')
-rw-r--r--pngrtran.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/pngrtran.c b/pngrtran.c
index da01c748c..5ef85aa95 100644
--- a/pngrtran.c
+++ b/pngrtran.c
@@ -1781,7 +1781,7 @@ png_read_transform_info(png_structp png_ptr, png_infop info_ptr)
if (info_ptr->color_type == PNG_COLOR_TYPE_PALETTE)
{
/* This check must match what actually happens in
- * png_do_expand_palette; if it every checks the tRNS chunk to see if
+ * png_do_expand_palette; if it ever checks the tRNS chunk to see if
* it is all opaque we must do the same (at present it does not.)
*/
if (png_ptr->num_trans > 0)