]> granicus.if.org Git - imagemagick/commitdiff
spelling (possible)
authorglennrp <glennrp@git.imagemagick.org>
Sat, 25 Jun 2011 03:26:14 +0000 (03:26 +0000)
committerglennrp <glennrp@git.imagemagick.org>
Sat, 25 Jun 2011 03:26:14 +0000 (03:26 +0000)
magick/distort.c
magick/geometry.c
magick/morphology.c
magick/transform.c

index 5d9d8c12c427d2b06e7709ad97e7d7f6635a63ce..70a867654d516ef397ec85bf2e005b65b0810ec6 100644 (file)
@@ -1127,7 +1127,7 @@ static double *GenerateCoefficients(const Image *image,
          Coefficient 6  is the angle to coord ratio  and visa-versa
          Coefficient 7  is the radius to coord ratio and visa-versa
 
-         WARNING: It is posible for  Radius max<min  and/or  Angle from>to
+         WARNING: It is possible for  Radius max<min  and/or  Angle from>to
       */
       if ( number_arguments == 3
           || ( number_arguments > 6 && *method == PolarDistortion )
index a705b3554408169fbaa4449203ae4cd9084665db..49909f64842533d3c6f70bcd69b51b1c1d93e916 100644 (file)
@@ -1091,7 +1091,7 @@ MagickExport MagickStatusType ParseGravityGeometry(const Image *image,
 %  and ^ in relation to image resizing.
 %
 %  Final image dimensions are adjusted so as to preserve the aspect ratio as
-%  much as posible, while generating a integer (pixel) size, and fitting the
+%  much as possible, while generating a integer (pixel) size, and fitting the
 %  image within the specified geometry width and height.
 %
 %  Flags are interpreted...
index 77036541d5a3f0a765b82280b3c6ad4e3811e5f9..79155aa78b27a3eb74ac20b2a0a22f3ee2c36c54 100644 (file)
@@ -630,7 +630,7 @@ MagickExport KernelInfo *AcquireKernelInfo(const char *kernel_string)
 %    # Filter2D
 %    # Filter1D
 %    #    Set kernel values using a resize filter, and given scale (sigma)
-%    #    Cylindrical or Linear.   Is this posible with an image?
+%    #    Cylindrical or Linear.   Is this possible with an image?
 %    #
 %
 %  Named Constant Convolution Kernels
@@ -2384,7 +2384,7 @@ static void ExpandRotateKernelInfo(KernelInfo *kernel, const double angle)
 %%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%
 %
 %  CalcKernelMetaData() recalculate the KernelInfo meta-data of this kernel only,
-%  using the kernel values.  This should only ne used if it is not posible to
+%  using the kernel values.  This should only ne used if it is not possible to
 %  calculate that meta-data in some easier way.
 %
 %  It is important that the meta-data is correct before ScaleKernelInfo() is
@@ -2445,7 +2445,7 @@ static void CalcKernelMetaData(KernelInfo *kernel)
 %
 %  It is basically equivalent to as MorphologyImageChannel() (see below) but
 %  without any user controls.  This allows internel programs to use this
-%  function, to actually perform a specific task without posible interference
+%  function, to actually perform a specific task without possible interference
 %  by any API user supplied settings.
 %
 %  It is MorphologyImageChannel() task to extract any such user controls, and
index 2820602abee9a106e074248a57f41027c02d44b8..70168ffffb07583448529bf08424e446df55b9bd 100644 (file)
@@ -715,7 +715,7 @@ MagickExport Image *CropImage(const Image *image,const RectangleInfo *geometry,
 %                                                                             %
 %%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%
 %
-%  CropImageToTiles() will crop a single image, into a posible list of tiles.
+%  CropImageToTiles() will crop a single image, into a possible list of tiles.
 %  This may include a single sub-region of the image.  This basically applies
 %  all the normal geometry flags for Crop.
 %