Typo fix.

Co-authored-by: Max Leske <250711+theseion@users.noreply.github.com>
This commit is contained in:
Ervin Hegedus
2025-04-26 20:25:05 +02:00
committed by GitHub
parent 3829d65792
commit 321c554965

View File

@@ -304,7 +304,7 @@ int xml_complete(modsec_rec *msr, char **error_msg) {
*error_msg = msr->xml->xml_error; *error_msg = msr->xml->xml_error;
} }
else { 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); xmlFreeParserCtxt(msr->xml->parsing_ctx_arg);
msr->xml->parsing_ctx_arg = NULL; msr->xml->parsing_ctx_arg = NULL;