From 953435d549b65f1ceb21e7ec7f25c6ac07784d50 Mon Sep 17 00:00:00 2001 From: Tom Reynolds Date: Fri, 2 Dec 2011 01:41:48 +0000 Subject: [PATCH] * fix typo --- source/glest_game/main/main.cpp | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/source/glest_game/main/main.cpp b/source/glest_game/main/main.cpp index 1e3edae1..349d56dd 100644 --- a/source/glest_game/main/main.cpp +++ b/source/glest_game/main/main.cpp @@ -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") {