1
0
mirror of https://github.com/weechat/weechat.git synced 2026-07-01 07:16:37 +02:00

spelling: remain at its current location

Signed-off-by: Josh Soref <2119212+jsoref@users.noreply.github.com>
This commit is contained in:
Josh Soref
2024-09-06 08:28:05 -04:00
committed by Sébastien Helleu
parent 9a7c45e7f6
commit e3b8a6d21a
+1 -1
View File
@@ -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