We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent f1ecdb1 commit b518823Copy full SHA for b518823
apache2/msc_xml.c
@@ -279,7 +279,7 @@ int xml_complete(modsec_rec *msr, char **error_msg) {
279
if (msr->xml->parsing_ctx != NULL || msr->xml->parsing_ctx_arg != NULL) {
280
if (msr->xml->parsing_ctx != NULL &&
281
msr->txcfg->parse_xml_into_args != MSC_XML_ARGS_ONLYARGS) {
282
- /* This is how we signalise the end of parsing to libxml. */
+ /* This is how we signal the end of parsing to libxml. */
283
xmlParseChunk(msr->xml->parsing_ctx, NULL, 0, 1);
284
285
/* Preserve the results for our reference. */
0 commit comments