source typo fixes pt6

This commit is contained in:
Kunda
2017-03-06 15:48:31 -05:00
committed by Yorik van Havre
parent ec5f19ac4b
commit 3017173c9a
44 changed files with 112 additions and 112 deletions

View File

@@ -141,7 +141,7 @@ int main( int argc, char **argv )
}
catch(...)
{
cerr << "An unknown exception has occured!!!" << endl;
cerr << "An unknown exception has occurred!!!" << endl;
}
return 0;