From eae329f332d44eba4dc91ca1edd40daa24047200 Mon Sep 17 00:00:00 2001 From: dominik Date: Mon, 24 Jan 2005 17:49:22 +0000 Subject: [PATCH] (svn r1639) Fixed spelling: Wrong command in error for goto_dir --- console_cmds.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/console_cmds.c b/console_cmds.c index 3a0562bb09..1b42f8e44c 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 "); + IConsolePrint(_iconsole_color_default, "Unknown usage. Usage: goto_dir "); return NULL; }