From d063628f8fb6b9212ab67080711e16028544e9ac Mon Sep 17 00:00:00 2001 From: ian Date: Sun, 8 Jun 2008 21:54:46 +0000 Subject: [PATCH] say nak not nack --- hostside/commands.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/hostside/commands.c b/hostside/commands.c index fca28d3..d7a2b52 100644 --- a/hostside/commands.c +++ b/hostside/commands.c @@ -362,7 +362,7 @@ void command_doline(ParseState *ps, CommandInput *cmdi_arg) { r= ps_word(ps); assert(!r); current_cmd= some_lookup(ps,toplevel_cmds); if (!current_cmd) { - ouprintf("nack UnknownCommand\n"); + ouprintf("nak UnknownCommand\n"); return; } ouprintf("executing %s\n",cmdline); -- 2.30.2