summaryrefslogtreecommitdiff
path: root/MagickCore/string.c
diff options
context:
space:
mode:
Diffstat (limited to 'MagickCore/string.c')
-rw-r--r--MagickCore/string.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/MagickCore/string.c b/MagickCore/string.c
index 3ef81163a..08b18fb17 100644
--- a/MagickCore/string.c
+++ b/MagickCore/string.c
@@ -2171,7 +2171,7 @@ MagickExport double *StringToArrayOfDoubles(const char *string,ssize_t *count,
% delimiter character found, or NULL. A pointer to the start of the
% string is returned, representing the token before the delimiter.
%
-% In may ways this is equivent to the strtok() C library function, but with
+% StringToken() is similar to the strtok() C library method, but with
% multiple delimiter characters rather than a delimiter string.
%
% The format of the StringToken method is: