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 | eae329f332d44eba4dc91ca1edd40daa24047200 (patch) | |
tree | 86e14728b2b043f317bc620ddf643acb768d4b2c | |
parent | ef3961448f4df39c05b8ce292416f94cc43b7907 (diff) | |
download | openttd-eae329f332d44eba4dc91ca1edd40daa24047200.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; } |