From 1876366b17f2cc4b0c649d394eebfb6046b65746 Mon Sep 17 00:00:00 2001 From: Glenn Randers-Pehrson Date: Thu, 27 Oct 2011 22:09:22 -0500 Subject: [PATCH] [libpng15] Fixed a spelling error. --- pngrutil.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/pngrutil.c b/pngrutil.c index 059598546..7d80d5d1c 100644 --- a/pngrutil.c +++ b/pngrutil.c @@ -2881,7 +2881,7 @@ png_combine_row(png_structp png_ptr, png_bytep dp, int display) * (shift >= 32) ? (a >> (shift-32)) : (b >> shift) * * Produces warnings with values of 'shift' in the range 33 to 63 - * because the right hand side of the ?: expression is evalulated by + * because the right hand side of the ?: expression is evaluated by * the compiler even though it isn't used. Microsoft Visual C (various * versions) and the Intel C compiler are known to do this. To avoid * this the following macros are used in 1.5.6. This is a temporary -- GitLab