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 8947346 commit 2135c89Copy full SHA for 2135c89
src/request_body_processor/xml.cc
@@ -295,7 +295,7 @@ bool XML::complete(std::string *error) {
295
if (m_data.parsing_ctx != NULL &&
296
m_transaction->m_secXMLParseXmlIntoArgs
297
!= RulesSetProperties::OnlyArgsConfigXMLParseXmlIntoArgs) {
298
- /* This is how we signalise the end of parsing to libxml. */
+ /* This is how we signal the end of parsing to libxml. */
299
xmlParseChunk(m_data.parsing_ctx, NULL, 0, 1);
300
301
/* Preserve the results for our reference. */
0 commit comments