changeset 14422:65de2573b474 draft

(svn r18979) -Fix: Typo in console save command output.
author matthijs <matthijs@openttd.org>
date Mon, 01 Feb 2010 12:29:49 +0000
parents d8710fbbbacd
children 01c40e718643
files src/console_cmds.cpp
diffstat 1 files changed, 1 insertions(+), 1 deletions(-) [+]
line wrap: on
line diff
--- a/src/console_cmds.cpp
+++ b/src/console_cmds.cpp
@@ -213,7 +213,7 @@
 		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;