From: anthony Date: Sun, 1 May 2011 01:42:19 +0000 (+0000) Subject: minor miss-spell X-Git-Tag: 7.0.1-0~7596 X-Git-Url: https://granicus.if.org/sourcecode?a=commitdiff_plain;h=b266bb869a29fb2519965bee3c4466c1349c10ba;p=imagemagick minor miss-spell --- diff --git a/magick/profile.c b/magick/profile.c index 726c0c12c..018945760 100644 --- a/magick/profile.c +++ b/magick/profile.c @@ -1267,7 +1267,7 @@ MagickExport MagickBooleanType ProfileImage(Image *image,const char *name, q-=image->columns; for (x=0; x < (ssize_t) image->columns; x++) { - SetRedPixelCompinent(q,ScaleShortToQuantum(*p)); + SetRedPixelComponent(q,ScaleShortToQuantum(*p)); SetGreenPixelComponent(q,GetRedPixelComponent(q)); SetBluePixelComponent(q,GetRedPixelComponent(q)); p++;