From 4cc2388fff7d9ff90d95819c3eabd72b976839dc Mon Sep 17 00:00:00 2001 From: Bart Schaefer Date: Thu, 20 Sep 2001 14:44:05 +0000 Subject: Fix misleading error message. --- Src/init.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'Src') diff --git a/Src/init.c b/Src/init.c index 5a86800d1..f343f3025 100644 --- a/Src/init.c +++ b/Src/init.c @@ -541,7 +541,7 @@ init_term(void) #endif if (isset(INTERACTIVE)) - zerr("can't find termcap info for %s", term, 0); + zerr("can't find terminal definition for %s", term, 0); errflag = 0; termflags |= TERM_BAD; return 0; -- cgit 1.4.1