Skip to content

Commit

Permalink
checkersreport.cpp: fixed typo [skip ci]
Browse files Browse the repository at this point in the history
Co-authored-by: dcb314 <[email protected]>
  • Loading branch information
firewave and dcb314 committed Apr 2, 2024
1 parent 5c5d6a8 commit 00d2da6
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions lib/checkersreport.cpp
Original file line number Diff line number Diff line change
Expand Up @@ -107,8 +107,8 @@ std::string CheckersReport::getReport(const std::string& criticalErrors) const
fout << "Critical errors" << std::endl;
fout << "---------------" << std::endl;
if (!criticalErrors.empty()) {
fout << "There was critical errors (" << criticalErrors << ")" << std::endl;
fout << "All checking is skipped for a file with such error" << std::endl;
fout << "There were critical errors (" << criticalErrors << ")" << std::endl;
fout << "All checking is skipped for a file with such error." << std::endl;
} else {
fout << "No critical errors, all files were checked." << std::endl;
fout << "Important: Analysis is still not guaranteed to be 'complete' it is possible there are false negatives." << std::endl;
Expand Down

0 comments on commit 00d2da6

Please sign in to comment.