From 108b86282f25654bf874b3a9c4b2df5f54b4cd46 Mon Sep 17 00:00:00 2001 From: matthijs Date: Mon, 1 Feb 2010 12:29:49 +0000 Subject: (svn r18979) -Fix: Typo in console save command output. --- src/console_cmds.cpp | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/console_cmds.cpp b/src/console_cmds.cpp index 2b27fcd57..c0a37d6dc 100644 --- a/src/console_cmds.cpp +++ b/src/console_cmds.cpp @@ -213,7 +213,7 @@ DEF_CONSOLE_CMD(ConSave) if (SaveOrLoad(filename, SL_SAVE, SAVE_DIR) != SL_OK) { IConsolePrint(CC_ERROR, "Saving map failed"); } else { - IConsolePrintF(CC_DEFAULT, "Map sucessfully saved to %s", filename); + IConsolePrintF(CC_DEFAULT, "Map successfully saved to %s", filename); } free(filename); return true; -- cgit v1.2.3-70-g09d2