From: dirk Date: Thu, 28 Aug 2014 20:07:20 +0000 (+0000) Subject: Fixed typo's. X-Git-Tag: 7.0.1-0~2057 X-Git-Url: https://granicus.if.org/sourcecode?a=commitdiff_plain;h=4e3ea8f0c8f0dd4dc34e8b4a8ac8def0672c78fa;p=imagemagick Fixed typo's. --- diff --git a/MagickCore/token.h b/MagickCore/token.h index c27829513..a1ce4609f 100644 --- a/MagickCore/token.h +++ b/MagickCore/token.h @@ -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 diff --git a/MagickCore/transform.c b/MagickCore/transform.c index ac739d9db..03fc439f3 100644 --- a/MagickCore/transform.c +++ b/MagickCore/transform.c @@ -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: