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:
committed by
Sébastien Helleu
parent
05464f866b
commit
d97467ff67
@@ -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,
|
||||
|
||||
Reference in New Issue
Block a user