Skip to content

Commit f1ecdb1

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

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

apache2/msc_xml.c

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -253,7 +253,7 @@ int xml_process_chunk(modsec_rec *msr, const char *buf, unsigned int size, char
253253
*error_msg = msr->xml->xml_error;
254254
}
255255
else {
256-
*error_msg = apr_psprintf(msr->mp, "XML: Failed parsing document for ARGS.");
256+
*error_msg = apr_psprintf(msr->mp, "XML: Failed to parse document for ARGS.");
257257
}
258258
return -1;
259259
}

0 commit comments

Comments
 (0)