From: glennrp Date: Mon, 28 Oct 2013 13:54:30 +0000 (+0000) Subject: Spellfix "seperate" -> "separate" X-Git-Tag: 7.0.1-0~3169 X-Git-Url: https://granicus.if.org/sourcecode?a=commitdiff_plain;h=6ab8238b93100582301c2b2f4de26b17537c43d3;p=imagemagick Spellfix "seperate" -> "separate" --- diff --git a/Magick++/ChangeLog b/Magick++/ChangeLog index 1dfb7bb20..8d999ee21 100644 --- a/Magick++/ChangeLog +++ b/Magick++/ChangeLog @@ -1299,7 +1299,7 @@ * lib/Image.cpp: (rotate): No longer accepts sharpen argument. - User must sharpen seperately if desired. This change is due to a + User must sharpen separately if desired. This change is due to a similar change in ImageMagick 5.0. (condense): Removed method. (uncondense): Removed method. diff --git a/MagickCore/geometry.c b/MagickCore/geometry.c index b268ec981..c45f73afe 100644 --- a/MagickCore/geometry.c +++ b/MagickCore/geometry.c @@ -786,7 +786,7 @@ MagickExport MagickStatusType ParseAffineGeometry(const char *geometry, % and ^) flags present. It does not report the location of the percentage % relative to the values. % -% Values may also be seperated by commas, colons, or slashes, and offsets. +% Values may also be separated by commas, colons, or slashes, and offsets. % Offsets may be prefixed by multiple signs to make offset string % substitutions easier to handle from shell scripts. % For example: "-10-10", "-+10-+10", or "+-10+-10" will generate negtive diff --git a/MagickCore/string.c b/MagickCore/string.c index 692152955..e6b8ac52d 100644 --- a/MagickCore/string.c +++ b/MagickCore/string.c @@ -2237,7 +2237,7 @@ MagickExport char **StringToArgv(const char *text,int *argc) % % %%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%% % -% StringToArrayOfDoubles() converts a string of space or comma seperated +% StringToArrayOfDoubles() converts a string of space or comma separated % numbers into array of floating point numbers (doubles). Any number that % failes to parse properly will produce a syntax error. As will two commas % without a number between them. However a final comma at the end will @@ -2254,7 +2254,7 @@ MagickExport char **StringToArgv(const char *text,int *argc) % % A description of each parameter follows: % -% o string: the string containing the comma/space seperated values. +% o string: the string containing the comma/space separated values. % % o count: returns number of arguments in returned array % diff --git a/MagickWand/script-token.c b/MagickWand/script-token.c index c58b26add..571735cb0 100644 --- a/MagickWand/script-token.c +++ b/MagickWand/script-token.c @@ -389,7 +389,7 @@ WandExport MagickBooleanType GetScriptToken(ScriptTokenInfo *token_info) if ( ( c == '#' ) || ( token_info->curr_column==1 && (c == ':' || c == '@' ) ) ) state=IN_COMMENT; - /* whitespace token seperator character */ + /* whitespace token separator character */ if (strchr(" \n\r\t",c) != (char *)NULL) { switch (state) { case IN_TOKEN: