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 90be54e commit f0aa070Copy full SHA for f0aa070
src/request_body_processor/xml.cc
@@ -321,7 +321,7 @@ bool XML::complete(std::string *error) {
321
m_transaction->m_secXMLParseXmlIntoArgs
322
== RulesSetProperties::TrueConfigXMLParseXmlIntoArgs)
323
) {
324
- /* This is how we signalise the end of parsing to libxml. */
+ /* This is how we signale the end of parsing to libxml. */
325
if (xmlParseChunk(m_data.parsing_ctx_arg, NULL, 0, 1) != 0) {
326
if (m_data.xml_error != "") {
327
error->assign(m_data.xml_error);
0 commit comments