summaryrefslogtreecommitdiff
path: root/console_cmds.c
diff options
context:
space:
mode:
authordominik <dominik@openttd.org>2005-01-24 17:49:22 +0000
committerdominik <dominik@openttd.org>2005-01-24 17:49:22 +0000
commiteae329f332d44eba4dc91ca1edd40daa24047200 (patch)
tree86e14728b2b043f317bc620ddf643acb768d4b2c /console_cmds.c
parentef3961448f4df39c05b8ce292416f94cc43b7907 (diff)
downloadopenttd-eae329f332d44eba4dc91ca1edd40daa24047200.tar.xz
(svn r1639) Fixed spelling: Wrong command in error for goto_dir
Diffstat (limited to 'console_cmds.c')
-rw-r--r--console_cmds.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/console_cmds.c b/console_cmds.c
index 3a0562bb0..1b42f8e44 100644
--- a/console_cmds.c
+++ b/console_cmds.c
@@ -264,7 +264,7 @@ DEF_CONSOLE_CMD(ConGotoDir)
/* We need 1 argument */
if (argc != 2) {
- IConsolePrint(_iconsole_color_default, "Unknown usage. Usage: goto_map <dir-no>");
+ IConsolePrint(_iconsole_color_default, "Unknown usage. Usage: goto_dir <dir-no>");
return NULL;
}