extern MagickExport MagickBooleanType
GlobExpression(const char *,const char *,const MagickBooleanType);
-/* Depreciated Function equivelent */
+/* Deprecated Function equivelent */
/* #define IsMagickTrue(v) IsStringTrue(v) */
extern MagickExport TokenInfo
% 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: