From 321c554965270a2cae536f7fe8fe8c2887124d14 Mon Sep 17 00:00:00 2001 From: Ervin Hegedus Date: Sat, 26 Apr 2025 20:25:05 +0200 Subject: [PATCH] Typo fix. Co-authored-by: Max Leske <250711+theseion@users.noreply.github.com> --- apache2/msc_xml.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/apache2/msc_xml.c b/apache2/msc_xml.c index d3d420ab..4c64b5d9 100644 --- a/apache2/msc_xml.c +++ b/apache2/msc_xml.c @@ -304,7 +304,7 @@ int xml_complete(modsec_rec *msr, char **error_msg) { *error_msg = msr->xml->xml_error; } else { - *error_msg = apr_psprintf(msr->mp, "XML: Failed parsing document for ARGS."); + *error_msg = apr_psprintf(msr->mp, "XML: Failed to parse document for ARGS."); } xmlFreeParserCtxt(msr->xml->parsing_ctx_arg); msr->xml->parsing_ctx_arg = NULL;