(no commit message)
authorcristy <urban-warrior@git.imagemagick.org>
Fri, 19 Apr 2013 19:43:01 +0000 (19:43 +0000)
committercristy <urban-warrior@git.imagemagick.org>
Fri, 19 Apr 2013 19:43:01 +0000 (19:43 +0000)
MagickCore/gem.c

index f7d3c0056412d4e179417f383f434512eb153611..3c9a02e5cd9368f493a523befbd8b87de7cfa1de 100644 (file)
@@ -959,7 +959,7 @@ MagickPrivate void ConvertRGBToLCHuv(const double red,const double green,
 %
 %  A description of each parameter follows:
 %
-%    o expansion: Method ExpandAffine returns the affine's expansion factor.
+%    o expansion: ExpandAffine returns the affine's expansion factor.
 %
 %    o affine: A pointer the affine transform of type AffineMatrix.
 %
@@ -1129,8 +1129,8 @@ MagickPrivate double GenerateDifferentialNoise(RandomInfo *random_info,
 %
 %  A description of each parameter follows:
 %
-%    o width: Method GetOptimalKernelWidth returns the optimal width of
-%      convolution kernel.
+%    o width: GetOptimalKernelWidth returns the optimal width of a
+%      convolution kernel.
 %
 %    o radius: the radius of the Gaussian, in pixels, not counting the center
 %      pixel.