diff --git a/src/request_body_processor/xml.cc b/src/request_body_processor/xml.cc index d860621c..e4cf6bcf 100644 --- a/src/request_body_processor/xml.cc +++ b/src/request_body_processor/xml.cc @@ -295,7 +295,7 @@ bool XML::complete(std::string *error) { if (m_data.parsing_ctx != NULL && m_transaction->m_secXMLParseXmlIntoArgs != RulesSetProperties::OnlyArgsConfigXMLParseXmlIntoArgs) { - /* This is how we signalise the end of parsing to libxml. */ + /* This is how we signal the end of parsing to libxml. */ xmlParseChunk(m_data.parsing_ctx, NULL, 0, 1); /* Preserve the results for our reference. */