* fix typo

This commit is contained in:
Tom Reynolds 2011-12-02 01:41:48 +00:00
parent 27c4b2f629
commit 953435d549
1 changed files with 1 additions and 1 deletions

View File

@ -2469,7 +2469,7 @@ int glestMain(int argc, char** argv) {
for(unsigned int i = 0; i < paramHeadlessCommandList.size(); ++i) {
string headless_command = paramHeadlessCommandList[i];
if(headless_command == "exit") {
printf("Forcing quit after game has compelted [%s]\n",headless_command.c_str());
printf("Forcing quit after game has completed [%s]\n",headless_command.c_str());
Program::setWantShutdownApplicationAfterGame(true);
}
else if(headless_command == "vps") {