From d97467ff67a3b9a160d5e04a61b1aafd9c137374 Mon Sep 17 00:00:00 2001 From: Josh Soref <2119212+jsoref@users.noreply.github.com> Date: Fri, 6 Sep 2024 09:42:26 -0400 Subject: [PATCH] spelling: escape Signed-off-by: Josh Soref <2119212+jsoref@users.noreply.github.com> --- src/core/core-string.h | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/core/core-string.h b/src/core/core-string.h index 6408114f2..d89cf5f6d 100644 --- a/src/core/core-string.h +++ b/src/core/core-string.h @@ -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,