Fixed spelling mistakes in comments

This commit is contained in:
Matt Hill
2016-01-06 06:45:52 -05:00
parent 17ce4b776b
commit 1b8e640069
15 changed files with 23 additions and 23 deletions

View File

@@ -104,7 +104,7 @@ int main( int argc, const char** argv )
if (cmd.parse( argc, argv ) == false)
{
// Error occured while parsing. Exit now.
// Error occurred while parsing. Exit now.
return 1;
}