* 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.
% 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
% %
%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%
%
-% 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
%
% 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
%
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: