Fixed spelling error

This commit is contained in:
Théophile Bastian 2014-12-21 17:25:45 +01:00
parent 940407675d
commit 8c0e9afeb6
1 changed files with 1 additions and 1 deletions

View File

@ -94,7 +94,7 @@ int main(int argc, char** argv)
}
}
catch(...) {
std::cerr << "Exception catched. Program is terminating." << std::endl;
std::cerr << "Exception caught. Program is terminating." << std::endl;
}
return 0;