From e3b8a6d21a950e0fe0c5300799c6eb6aaf3c79bb Mon Sep 17 00:00:00 2001 From: Josh Soref <2119212+jsoref@users.noreply.github.com> Date: Fri, 6 Sep 2024 08:28:05 -0400 Subject: [PATCH] spelling: remain at its current location 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 51dc17212..b78fb1ee4 100644 --- a/src/core/core-string.c +++ b/src/core/core-string.c @@ -4628,7 +4628,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, + * '\0', which must remain at its current location, * - 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