Skip to content

Commit c3ab480

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

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
@@ -241,7 +241,7 @@ int xml_process_chunk(modsec_rec *msr, const char *buf, unsigned int size, char
241241
msr->txcfg->parse_xml_into_args != MSC_XML_ARGS_ONLYARGS) {
242242
xmlParseChunk(msr->xml->parsing_ctx, buf, size, 0);
243243
if (msr->xml->parsing_ctx->wellFormed != 1) {
244-
*error_msg = apr_psprintf(msr->mp, "XML: Failed parsing document.");
244+
*error_msg = apr_psprintf(msr->mp, "XML: Failed to parse document.");
245245
return -1;
246246
}
247247
}

0 commit comments

Comments
 (0)