Skip to content

Commit ed24e70

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

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
@@ -292,7 +292,7 @@ int xml_complete(modsec_rec *msr, char **error_msg) {
292292
msr_log(msr, 4, "XML: Parsing complete (well_formed %u).", msr->xml->well_formed);
293293

294294
if (msr->xml->well_formed != 1) {
295-
*error_msg = apr_psprintf(msr->mp, "XML: Failed parsing document.");
295+
*error_msg = apr_psprintf(msr->mp, "XML: Failed to parse document.");
296296
return -1;
297297
}
298298
}

0 commit comments

Comments
 (0)