From: cristy Date: Mon, 17 May 2010 19:34:48 +0000 (+0000) Subject: (no commit message) X-Git-Tag: 7.0.1-0~9441 X-Git-Url: https://granicus.if.org/sourcecode?a=commitdiff_plain;h=3dfa16cf85c28b1662c3cdec7bdb7bf1ea8f50a3;p=imagemagick --- diff --git a/magick/shear.c b/magick/shear.c index 52ea2ed87..a4aba6eac 100644 --- a/magick/shear.c +++ b/magick/shear.c @@ -992,7 +992,7 @@ MagickExport Image *DeskewImage(const Image *image,const double threshold, % % %%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%% % -% IntegralRotateImage() rotates the image an integral of 90 degrees. It +% IntegralRotateImage() rotates the image an integral of 90 degrees. It % allocates the memory necessary for the new Image structure and returns a % pointer to the rotated image. %