Skip to content

Commit 2135c89

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

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
@@ -295,7 +295,7 @@ bool XML::complete(std::string *error) {
295295
if (m_data.parsing_ctx != NULL &&
296296
m_transaction->m_secXMLParseXmlIntoArgs
297297
!= RulesSetProperties::OnlyArgsConfigXMLParseXmlIntoArgs) {
298-
/* This is how we signalise the end of parsing to libxml. */
298+
/* This is how we signal the end of parsing to libxml. */
299299
xmlParseChunk(m_data.parsing_ctx, NULL, 0, 1);
300300

301301
/* Preserve the results for our reference. */

0 commit comments

Comments
 (0)