We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 3829d65 commit 321c554Copy full SHA for 321c554
apache2/msc_xml.c
@@ -304,7 +304,7 @@ int xml_complete(modsec_rec *msr, char **error_msg) {
304
*error_msg = msr->xml->xml_error;
305
}
306
else {
307
- *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.");
308
309
xmlFreeParserCtxt(msr->xml->parsing_ctx_arg);
310
msr->xml->parsing_ctx_arg = NULL;
0 commit comments