From 67d4c96de3af62966e6ef4555a45de268832c6f8 Mon Sep 17 00:00:00 2001 From: Josh Soref <2119212+jsoref@users.noreply.github.com> Date: Fri, 6 Sep 2024 08:27:29 -0400 Subject: [PATCH] spelling: may Signed-off-by: Josh Soref <2119212+jsoref@users.noreply.github.com> --- src/core/core-string.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/core/core-string.c b/src/core/core-string.c index ba3b245f8..51dc17212 100644 --- a/src/core/core-string.c +++ b/src/core/core-string.c @@ -4629,7 +4629,7 @@ string_shared_free (const char *string) * The string returned can be used with following restrictions: * - changes are allowed in the string, between the first char and the final * '\0', which must not be removed nor moved, - * - no other '\0' must be added in the string, + * - no other '\0' may be added in the string, * - content can be added in the string with function string_dyn_concat(), * - string can be freed with function string_dyn_free() (do NEVER call * directly free() on the string).