From c312bbad78962d36a5f20d3f8fb72a591655cbcf Mon Sep 17 00:00:00 2001 From: orbitcowboy Date: Mon, 8 Oct 2018 13:58:21 +0200 Subject: [PATCH] Fixed a typo. There are no functional changes intended. --- lib/errorlogger.cpp | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/lib/errorlogger.cpp b/lib/errorlogger.cpp index d4fb9c133..534f859ce 100644 --- a/lib/errorlogger.cpp +++ b/lib/errorlogger.cpp @@ -191,7 +191,7 @@ void ErrorLogger::ErrorMessage::setmsg(const std::string &msg) // it will cause the mVerboseMessage to be empty which will show // as an empty message to the user if --verbose is used. // Even this doesn't cause problems with messages that have multiple - // lines, none of the the error messages should end into it. + // lines, none of the error messages should end into it. assert(!endsWith(msg,'\n')); // The summary and verbose message are separated by a newline