\#perminv comments

Fix a couple of comment typos and an instance of ambiguous wording.
This commit is contained in:
PatR
2021-03-15 08:54:10 -07:00
parent c9eb9908f8
commit d28952507a
2 changed files with 6 additions and 5 deletions

View File

@@ -399,7 +399,7 @@ curs_show_invt(WINDOW *win)
/* some lines aren't shown; overwrite rightmost portion of
last line with something like "[1-24 of 30>"; right justified
so that the line might still show something useful; could be on
line of its own, in which case we needed to erase that first */
line of its own, in which case we need to erase that first */
y = height - (1 - border);
if ((unsigned) y == pi.inuseindx - pi.rowoffset) {
wmove(win, y, x);