From 8c0e9afeb6772764f8fce2b41aaf1e98afc02072 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Th=C3=A9ophile=20Bastian?= Date: Sun, 21 Dec 2014 17:25:45 +0100 Subject: [PATCH] Fixed spelling error --- main.cpp | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/main.cpp b/main.cpp index 095a35f..f32e40f 100644 --- a/main.cpp +++ b/main.cpp @@ -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;