diff options
author | dominik <dominik@openttd.org> | 2005-01-24 17:49:22 +0000 |
---|---|---|
committer | dominik <dominik@openttd.org> | 2005-01-24 17:49:22 +0000 |
commit | 15dfad91530b95ca348e8cbda1194d1a721842ea (patch) | |
tree | 86e14728b2b043f317bc620ddf643acb768d4b2c | |
parent | 3bd60674b89e7396f445289bfc9ce3e7f093df53 (diff) | |
download | openttd-15dfad91530b95ca348e8cbda1194d1a721842ea.tar.xz |
(svn r1639) Fixed spelling: Wrong command in error for goto_dir
-rw-r--r-- | console_cmds.c | 2 |
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; } |