Skip to content

Commit eedfed8

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

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
@@ -327,7 +327,7 @@ bool XML::complete(std::string *error) {
327327
error->assign(m_data.xml_error);
328328
}
329329
else {
330-
error->assign("XML: Failed parsing document for ARGS.");
330+
error->assign("XML: Failed to parse document for ARGS.");
331331
}
332332
xmlFreeParserCtxt(m_data.parsing_ctx_arg);
333333
m_data.parsing_ctx_arg = NULL;

0 commit comments

Comments
 (0)