summaryrefslogtreecommitdiff
path: root/src/console_cmds.cpp
diff options
context:
space:
mode:
Diffstat (limited to 'src/console_cmds.cpp')
-rw-r--r--src/console_cmds.cpp2
1 files changed, 1 insertions, 1 deletions
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;