]> granicus.if.org Git - imagemagick/commitdiff
Fixed typo's.
authordirk <dirk@git.imagemagick.org>
Thu, 28 Aug 2014 20:07:20 +0000 (20:07 +0000)
committerdirk <dirk@git.imagemagick.org>
Thu, 28 Aug 2014 20:07:20 +0000 (20:07 +0000)
MagickCore/token.h
MagickCore/transform.c

index c27829513ff03d77a8ed519bbca0336835877b06..a1ce4609f3fdbb870bcdb1935bc297042d342a94 100644 (file)
@@ -35,7 +35,7 @@ extern MagickExport int
 extern MagickExport MagickBooleanType
   GlobExpression(const char *,const char *,const MagickBooleanType);
 
-/* Depreciated Function equivelent */
+/* Deprecated Function equivelent */
 /* #define IsMagickTrue(v)   IsStringTrue(v) */
 
 extern MagickExport TokenInfo
index ac739d9db50ca17ca1b08f7223ccdf7c41477ea4..03fc439f3b70f5deb5f1cb83517e2c97b75e1455 100644 (file)
@@ -2030,7 +2030,7 @@ MagickExport Image *SpliceImage(const Image *image,
 %  And finally if the crop succeeds and the resize failed, you will get a
 %  cropped image, as well as a 'false' or 'failed' report.
 %
-%  This function and should probably be depreciated in favor of direct calls
+%  This function and should probably be deprecated in favor of direct calls
 %  to CropImageToTiles() or ResizeImage(), as appropriate.
 %
 %  The format of the TransformImage method is: