aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorCristy <mikayla-grace@urban-warrior.org>2021-01-02 15:26:53 -0500
committerCristy <mikayla-grace@urban-warrior.org>2021-01-02 15:26:53 -0500
commitf4e88f7b29f9b4139dc4a7a84d9441d75234847b (patch)
tree82025ccd460349650f807463ac554942b7140838
parentb6f22aa788c558db13018370ec8793bd51fc3383 (diff)
downloadImageMagick-f4e88f7b29f9b4139dc4a7a84d9441d75234847b.tar.gz
cosmetic
-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: