[devel] Update CHANGES and ANNOUNCE; fix some new typos in comments.

This commit is contained in:
Glenn Randers-Pehrson
2011-05-15 19:09:24 -05:00
parent 9994f25733
commit 0e128dfa2f
4 changed files with 19 additions and 11 deletions

View File

@@ -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)