From 095bf518bc0d842f96c5ae6e89fc6b0db61dc9dc Mon Sep 17 00:00:00 2001 From: Christian Göttsche Date: Sun, 9 Mar 2025 13:51:46 +0100 Subject: Fix spelling --- src/sp_pcre_compat.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/sp_pcre_compat.c b/src/sp_pcre_compat.c index 3658692..10127ba 100644 --- a/src/sp_pcre_compat.c +++ b/src/sp_pcre_compat.c @@ -32,7 +32,7 @@ bool sp_is_regexp_matching_len(const sp_pcre* regexp, const char* str, size_t le #ifdef SP_HAS_PCRE2 pcre2_match_data* match_data = pcre2_match_data_create_from_pattern(regexp, NULL); if (NULL == match_data) { - sp_log_err("regexp", "Unable to get memory for a regxp."); + sp_log_err("regexp", "Unable to get memory for a regexp."); } ret = pcre2_match(regexp, (PCRE2_SPTR)str, len, 0, 0, match_data, NULL); pcre2_match_data_free(match_data); -- cgit v1.3