Skip to content

Commit 6742930

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

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
@@ -279,7 +279,7 @@ bool XML::processChunk(const char *buf, unsigned int size,
279279
xmlSetGenericErrorFunc(m_data.parsing_ctx_arg, null_error);
280280
xmlParseChunk(m_data.parsing_ctx_arg, buf, size, 0);
281281
if (m_data.parsing_ctx_arg->wellFormed != 1) {
282-
error->assign("XML: Failed parsing document for ARGS.");
282+
error->assign("XML: Failed to parse document for ARGS.");
283283
ms_dbg_a(m_transaction, 4, "XML: Failed parsing document for ARGS.");
284284
return false;
285285
}

0 commit comments

Comments
 (0)