From d07ca67891c55997a01c7fd85e3a0342c0cba47a Mon Sep 17 00:00:00 2001 From: anthony Date: Tue, 26 Apr 2011 14:06:14 +0000 Subject: [PATCH] --- magick/composite.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/magick/composite.c b/magick/composite.c index 6f7509e98..61da8d2fe 100644 --- a/magick/composite.c +++ b/magick/composite.c @@ -410,7 +410,7 @@ static inline void CompositeDarkenIntensity(const MagickPixelPacket *p, /* Select the pixel based on the intensity level. If 'Sync' flag select whole pixel based on alpha weighted intensity. - Otherwise use Intenisty only, but restrict copy according to channel. + Otherwise use Intensity only, but restrict copy according to channel. */ if ( (channel & SyncChannels) != 0 ) { MagickRealType -- 2.49.0