Skip to content

Commit 91a45e7

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

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
@@ -309,7 +309,7 @@ bool XML::complete(std::string *error) {
309309
+ std::to_string(m_data.well_formed) + ").");
310310

311311
if (m_data.well_formed != 1) {
312-
error->assign("XML: Failed parsing document.");
312+
error->assign("XML: Failed to parse document.");
313313
ms_dbg_a(m_transaction, 4, "XML: Failed to parse document.");
314314
return false;
315315
}

0 commit comments

Comments
 (0)