]> granicus.if.org Git - imagemagick/commitdiff
(no commit message)
authorcristy <urban-warrior@git.imagemagick.org>
Fri, 30 Apr 2010 12:47:03 +0000 (12:47 +0000)
committercristy <urban-warrior@git.imagemagick.org>
Fri, 30 Apr 2010 12:47:03 +0000 (12:47 +0000)
ChangeLog
magick/image.c

index 24a46d0cd6d3f640db9f76efd183acfdecbf1adf..d28957247f2bad6ff65c9403219701584f1d4147 100644 (file)
--- a/ChangeLog
+++ b/ChangeLog
@@ -1,4 +1,3 @@
-
 2010-04-28  6.6.1-6 Anthony Thyssen <A.Thyssen@griffith...>
   * Special case handling in Barrel distortion (pixel at image center)
   * Calculation of image for Barrel distortion (pixel vs image coords)
index ca9302a9ef0d35ff7f4c6b75fa0290ba45180fb9..4a1876b947b838b032d0a64001682a0144b314b0 100644 (file)
@@ -2654,7 +2654,7 @@ MagickExport MagickBooleanType SetImageAlphaChannel(Image *image,
       image->matte=MagickFalse;
       break;
     }
-    case ResetAlphaChannel: /* depreciated */
+    case ResetAlphaChannel: /* deprecated */
     case OpaqueAlphaChannel:
     {
       status=SetImageOpacity(image,OpaqueOpacity);