Skip to content

Commit f0aa070

Browse files
airweentheseion
andauthored
Update comment
Co-authored-by: Max Leske <250711+theseion@users.noreply.github.com>
1 parent 90be54e commit f0aa070

File tree

1 file changed

+1
-1
lines changed
  • src/request_body_processor

1 file changed

+1
-1
lines changed

src/request_body_processor/xml.cc

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -321,7 +321,7 @@ bool XML::complete(std::string *error) {
321321
m_transaction->m_secXMLParseXmlIntoArgs
322322
== RulesSetProperties::TrueConfigXMLParseXmlIntoArgs)
323323
) {
324-
/* This is how we signalise the end of parsing to libxml. */
324+
/* This is how we signale the end of parsing to libxml. */
325325
if (xmlParseChunk(m_data.parsing_ctx_arg, NULL, 0, 1) != 0) {
326326
if (m_data.xml_error != "") {
327327
error->assign(m_data.xml_error);

0 commit comments

Comments
 (0)