Skip to content

Commit 321c554

Browse files
airweentheseion
andauthored
Typo fix.
Co-authored-by: Max Leske <[email protected]>
1 parent 3829d65 commit 321c554

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

apache2/msc_xml.c

+1-1
Original file line numberDiff line numberDiff line change
@@ -304,7 +304,7 @@ int xml_complete(modsec_rec *msr, char **error_msg) {
304304
*error_msg = msr->xml->xml_error;
305305
}
306306
else {
307-
*error_msg = apr_psprintf(msr->mp, "XML: Failed parsing document for ARGS.");
307+
*error_msg = apr_psprintf(msr->mp, "XML: Failed to parse document for ARGS.");
308308
}
309309
xmlFreeParserCtxt(msr->xml->parsing_ctx_arg);
310310
msr->xml->parsing_ctx_arg = NULL;

0 commit comments

Comments
 (0)