1
0
mirror of https://github.com/weechat/weechat.git synced 2026-07-08 10:43:13 +02:00

spelling: escape

Signed-off-by: Josh Soref <2119212+jsoref@users.noreply.github.com>
This commit is contained in:
Josh Soref
2024-09-06 09:42:26 -04:00
committed by Sébastien Helleu
parent 05464f866b
commit d97467ff67
+1 -1
View File
@@ -147,7 +147,7 @@ extern int string_levenshtein (const char *string1, const char *string2,
extern char *string_replace_with_callback (const char *string,
const char *prefix,
const char *suffix,
int allow_escpae,
int allow_escape,
const char **list_prefix_no_replace,
char *(*callback)(void *data,
const char *prefix,