From 1e7f7bcae3c8dc9e7a4f8bfb1fbe5980ef15d145 Mon Sep 17 00:00:00 2001 From: glennrp Date: Wed, 2 Mar 2011 19:25:28 +0000 Subject: [PATCH] spelling (separate, separately) --- magick/deprecate.c | 2 +- magick/enhance.c | 2 +- magick/layer.c | 2 +- magick/morphology.c | 6 +++--- magick/threshold.c | 4 ++-- 5 files changed, 8 insertions(+), 8 deletions(-) diff --git a/magick/deprecate.c b/magick/deprecate.c index 4c9d3d3b2..8be82e8c9 100644 --- a/magick/deprecate.c +++ b/magick/deprecate.c @@ -3937,7 +3937,7 @@ MagickExport unsigned int IsSubimage(const char *geometry, % LevelImageColor() will map the given color to "black" and "white" % values, limearly spreading out the colors, and level values on a channel by % channel bases, as per LevelImage(). The given colors allows you to specify -% different level ranges for each of the color channels seperatally. +% different level ranges for each of the color channels separately. % % If the boolean 'invert' is set true the image values will modifyed in the % reverse direction. That is any existing "black" and "white" colors in the diff --git a/magick/enhance.c b/magick/enhance.c index e84ec73da..fc155a367 100644 --- a/magick/enhance.c +++ b/magick/enhance.c @@ -2852,7 +2852,7 @@ MagickExport MagickBooleanType LevelizeImageChannel(Image *image, % LevelImageColor() maps the given color to "black" and "white" values, % linearly spreading out the colors, and level values on a channel by channel % bases, as per LevelImage(). The given colors allows you to specify -% different level ranges for each of the color channels seperatally. +% different level ranges for each of the color channels separately. % % If the boolean 'invert' is set true the image values will modifyed in the % reverse direction. That is any existing "black" and "white" colors in the diff --git a/magick/layer.c b/magick/layer.c index c5be3a240..76bce6ae8 100644 --- a/magick/layer.c +++ b/magick/layer.c @@ -2035,7 +2035,7 @@ MagickExport Image *MergeImageLayers(Image *image, page.height = (page.y < 0) ? height : height+page.y; /* - Handle "TrimBoundsLayer" method seperately to normal 'layer merge' + Handle "TrimBoundsLayer" method separately to normal 'layer merge' */ if ( method == TrimBoundsLayer ) { number_images=GetImageListLength(image); diff --git a/magick/morphology.c b/magick/morphology.c index d47dac7d5..39b67212e 100644 --- a/magick/morphology.c +++ b/magick/morphology.c @@ -183,7 +183,7 @@ static inline KernelInfo *LastKernelInfo(KernelInfo *kernel) % Values can be space or comma separated. This is not recommended. % % You can define a 'list of kernels' which can be used by some morphology -% operators A list is defined as a semi-colon seperated list kernels. +% operators A list is defined as a semi-colon separated list kernels. % % " kernel ; kernel ; kernel ; " % @@ -497,7 +497,7 @@ MagickExport KernelInfo *AcquireKernelInfo(const char *kernel_string) while ( GetMagickToken(p,NULL,token), *token != '\0' ) { - /* ignore extra or multiple ';' kernel seperators */ + /* ignore extra or multiple ';' kernel separators */ if ( *token != ';' ) { /* tokens starting with alpha is a Named kernel */ @@ -3975,7 +3975,7 @@ MagickExport void ScaleGeometryKernelInfo (KernelInfo *kernel, % For special kernels designed for locating shapes using 'Correlate', (often % only containing +1 and -1 values, representing foreground/brackground % matching) a special normalization method is provided to scale the positive -% values seperatally to those of the negative values, so the kernel will be +% values separately to those of the negative values, so the kernel will be % forced to become a zero-sum kernel better suited to such searches. % % WARNING: Correct normalization of the kernel assumes that the '*_range' diff --git a/magick/threshold.c b/magick/threshold.c index feaefb8f7..43322a34f 100644 --- a/magick/threshold.c +++ b/magick/threshold.c @@ -1411,11 +1411,11 @@ MagickExport MagickBooleanType OrderedPosterizeImageChannel(Image *image, return(MagickFalse); } } - /* Set channel levels from extra comma seperated arguments + /* Set channel levels from extra comma separated arguments Default to 2, the single value given, or individual channel values */ #if 1 - { /* parse directly as a comma seperated list of integers */ + { /* parse directly as a comma separated list of integers */ char *p; p = strchr((char *) threshold_map,','); -- 2.50.0