]> granicus.if.org Git - imagemagick/commitdiff
minor miss-spell
authoranthony <anthony@git.imagemagick.org>
Sun, 1 May 2011 01:42:19 +0000 (01:42 +0000)
committeranthony <anthony@git.imagemagick.org>
Sun, 1 May 2011 01:42:19 +0000 (01:42 +0000)
magick/profile.c

index 726c0c12c1f7c2362c84062c0220dfbb90a663a4..01894576052f9fc79df8628b939d59f95ce21dfd 100644 (file)
@@ -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++;