Fix typo.
This commit is contained in:
parent
b90985ee3d
commit
e94c4d1ac4
@ -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);
|
||||
|
Loading…
Reference in New Issue
Block a user