From 8b8aacde837b39e0661a21631cbbd64e5450ac28 Mon Sep 17 00:00:00 2001 From: Glenn Randers-Pehrson Date: Thu, 25 Aug 2011 18:10:50 -0500 Subject: [PATCH] [devel] Use "color" spelling consistently. --- pngrtran.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/pngrtran.c b/pngrtran.c index f00f15db7..7a8089681 100644 --- a/pngrtran.c +++ b/pngrtran.c @@ -4740,7 +4740,7 @@ png_do_expand(png_row_infop row_info, png_bytep row, #endif #ifdef PNG_READ_EXPAND_16_SUPPORTED -/* If the bit depth is 8 and the colour type is not a palette type expand the +/* If the bit depth is 8 and the color type is not a palette type expand the * whole row to 16 bits. Has no effect otherwise. */ void /* PRIVATE */