]> granicus.if.org Git - imagemagick/commitdiff
Spellfix "seperate" -> "separate"
authorglennrp <glennrp@git.imagemagick.org>
Mon, 28 Oct 2013 13:54:30 +0000 (13:54 +0000)
committerglennrp <glennrp@git.imagemagick.org>
Mon, 28 Oct 2013 13:54:30 +0000 (13:54 +0000)
Magick++/ChangeLog
MagickCore/geometry.c
MagickCore/string.c
MagickWand/script-token.c

index 1dfb7bb20a34d37a4066d611d2976f132f460741..8d999ee21b18b3126505972856120f1348ed232d 100644 (file)
 
        * 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.
index b268ec9815f0a225fd5797e42400f378984b7384..c45f73afe7c08116f2cc80f5c1b11b91f5b8120b 100644 (file)
@@ -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
index 6921529553ce8ac6b6f03c7f96877f7a7e4aca1d..e6b8ac52d326d5dc43d417649d8fb15b1cf3afbd 100644 (file)
@@ -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
 %
index c58b26addc41a66567eb0c1e6f5bec75ee3488c4..571735cb0c13f6d8f44799be68ef28ff5f11abc3 100644 (file)
@@ -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: