summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorCristy <mikayla-grace@urban-warrior.org>2021-01-02 15:32:01 -0500
committerCristy <mikayla-grace@urban-warrior.org>2021-01-02 15:32:01 -0500
commitb9a92017eafc94c083cb439732a578abcd83e424 (patch)
treecd62e0941206d905816b76b576cfd4860aea3e34
parentf4e88f7b29f9b4139dc4a7a84d9441d75234847b (diff)
downloadImageMagick-b9a92017eafc94c083cb439732a578abcd83e424.tar.gz
...
-rw-r--r--MagickCore/string.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/MagickCore/string.c b/MagickCore/string.c
index 08b18fb17..e411caa3d 100644
--- a/MagickCore/string.c
+++ b/MagickCore/string.c
@@ -1560,7 +1560,7 @@ MagickExport void ResetStringInfo(StringInfo *string_info)
% %
%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%
%
-% SanitizeString() returns n new string removes all characters except
+% SanitizeString() returns a new string with all characters removed except
% letters, digits and !#$%&'*+-=?^_`{|}~@.[].
%
% Free the sanitized string with DestroyString().