rewording

This commit is contained in:
PoliEcho 2024-11-09 12:59:26 +01:00
parent 62f3c55f93
commit 10196f68b0

View File

@ -17,7 +17,7 @@ void safe_exit(int code) {
case SIGSEGV:
std::cerr << "\nreceived SIGSEGV(segmentaiton fault) exiting...\nIf this "
"repeats please report this bug\n";
"repeats please report it as bug\n";
break;
}