From 2d7ffbbeca07eeb37beb7e8a246a4160aa9f2825 Mon Sep 17 00:00:00 2001 From: cristy Date: Fri, 19 Apr 2013 19:43:01 +0000 Subject: [PATCH] --- MagickCore/gem.c | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/MagickCore/gem.c b/MagickCore/gem.c index f7d3c0056..3c9a02e5c 100644 --- a/MagickCore/gem.c +++ b/MagickCore/gem.c @@ -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 -% a 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. -- 2.50.1