Skip to content

Commit 0ad8939

Browse files
author
Avi SZYCHTER
committed
Fix error text for CheckAll
1 parent aa772a1 commit 0ad8939

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

utils/can-parse/check-frame.cpp

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -23,7 +23,7 @@ void CppCAN::can_parse::check_all_frames(CANDatabase& db, const std::vector<CAND
2323
if(ids.size() == 0)
2424
std::cout << "No layout issue have been found in the CAN database." << std::endl;
2525
else {
26-
std::cout << "Some layout have been found in the database for the following frames: ";
26+
std::cout << "Some layout issues have been found in the database for the following frames: ";
2727
std::cout << std::hex << std::showbase;
2828

2929
for(size_t i = 0; i < ids.size() - 1; i++) {

0 commit comments

Comments
 (0)