From 2135c8934ee934b30a29ef012a27091e379cd154 Mon Sep 17 00:00:00 2001 From: Ervin Hegedus Date: Sun, 27 Apr 2025 20:28:07 +0200 Subject: [PATCH] Update comment Co-authored-by: Max Leske <250711+theseion@users.noreply.github.com> --- src/request_body_processor/xml.cc | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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. */