Fixed spelling error
This commit is contained in:
parent
940407675d
commit
8c0e9afeb6
1 changed files with 1 additions and 1 deletions
2
main.cpp
2
main.cpp
|
@ -94,7 +94,7 @@ int main(int argc, char** argv)
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
catch(...) {
|
catch(...) {
|
||||||
std::cerr << "Exception catched. Program is terminating." << std::endl;
|
std::cerr << "Exception caught. Program is terminating." << std::endl;
|
||||||
}
|
}
|
||||||
|
|
||||||
return 0;
|
return 0;
|
||||||
|
|
Loading…
Reference in a new issue