From ad85d2eb4e44f21e8e38aa3bdec4acb139989218 Mon Sep 17 00:00:00 2001 From: Alan Coopersmith Date: Tue, 5 Nov 2013 23:26:24 -0800 Subject: Fix "noexistent" typo in error message Signed-off-by: Alan Coopersmith Reviewed-by: Gaetan Nadon --- process.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/process.c b/process.c index 97bcfa9..09cb7ef 100644 --- a/process.c +++ b/process.c @@ -1060,7 +1060,7 @@ static int do_help ( if (n == 0) { prefix (inputfilename, lineno); /* already know that cmd is set in this case */ - fprintf (stderr, "no help for noexistent command \"%s\"\n", cmd); + fprintf (stderr, "no help for nonexistent command \"%s\"\n", cmd); } return 0; -- cgit v1.2.1