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
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194

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;
}
}