From 5b1c6fbf68e9e3b76d647360447def4567ddf263 Mon Sep 17 00:00:00 2001 From: Ervin Hegedus Date: Sun, 27 Apr 2025 20:21:24 +0200 Subject: [PATCH] Update comment Co-authored-by: Max Leske <250711+theseion@users.noreply.github.com> --- src/request_body_processor/xml.h | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/request_body_processor/xml.h b/src/request_body_processor/xml.h index 6e9ccca2..a86ec0ae 100644 --- a/src/request_body_processor/xml.h +++ b/src/request_body_processor/xml.h @@ -55,7 +55,7 @@ class XMLNodes { std::string currpath; std::string currval; Transaction *m_transaction; - // need to store context - this is the same as at the xml_data + // need to store context - this is the same as in xml_data // need to stop parsing if the number of arguments reached the limit xmlParserCtxtPtr parsing_ctx_arg;