Commit a11dbaaf authored by Nils Goroll's avatar Nils Goroll

fix typos

parent 07733426
varnishtest "trivial run of varnihist in curses mode"
varnishtest "trivial run of varnishhist in curses mode"
feature term
......
......@@ -734,7 +734,7 @@ test_term(struct vtclog *vl)
c = pclose(p);
if (a == 0x1a && b == EOF && c == 0)
return (1);
vtc_log(vl, 3, "No adm3a terminfo entry. (insteall ncurses-term ?)");
vtc_log(vl, 3, "No adm3a terminfo entry. (install ncurses-term ?)");
return (0);
}
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment