Typo fix.

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

View File

@@ -253,7 +253,7 @@ int xml_process_chunk(modsec_rec *msr, const char *buf, unsigned int size, char
*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.");
}
return -1;
}