Typo fix.

Co-authored-by: Max Leske <250711+theseion@users.noreply.github.com>
This commit is contained in:
Ervin Hegedus
2025-04-26 20:37:00 +02:00
committed by GitHub
parent b5188237f4
commit ed24e70c58

View File

@@ -292,7 +292,7 @@ int xml_complete(modsec_rec *msr, char **error_msg) {
msr_log(msr, 4, "XML: Parsing complete (well_formed %u).", msr->xml->well_formed);
if (msr->xml->well_formed != 1) {
*error_msg = apr_psprintf(msr->mp, "XML: Failed parsing document.");
*error_msg = apr_psprintf(msr->mp, "XML: Failed to parse document.");
return -1;
}
}