Fix typo.

This commit is contained in:
mycroft 1994-10-07 11:40:53 +00:00
parent b90985ee3d
commit e94c4d1ac4

View File

@ -836,7 +836,7 @@ term_set(el, term)
if (i <= 0) {
if (i == -1)
(void) fprintf(el->el_errfile, "Cannot open read termcap database;\n");
(void) fprintf(el->el_errfile, "Cannot read termcap database;\n");
else if (i == 0)
(void) fprintf(el->el_errfile,
"No entry for terminal type \"%s\";\n", term);