diff --git a/lib/checkother.cpp b/lib/checkother.cpp index 63f3c5968..a81292fdb 100644 --- a/lib/checkother.cpp +++ b/lib/checkother.cpp @@ -293,7 +293,7 @@ void CheckOther::checkSuspiciousSemicolon() void CheckOther::SuspiciousSemicolonError(const Token* tok) { reportInconclusiveError(tok, Severity::warning, "suspiciousSemicolon", - "Suspicious use of ; at the end of 'if/for/while' statement."); + "Suspicious use of ; at the end of 'if/for/while' statement."); }