[backport] Fix spelling typos (#12755)

(cherry picked from commit a7aeabb9d2)
This commit is contained in:
Brian Wignall
2019-11-28 02:30:55 -05:00
committed by narimiran
parent d0e8ad17b5
commit 10935a71ed
10 changed files with 18 additions and 18 deletions

View File

@@ -600,7 +600,7 @@ static void refreshMultiLine(struct linenoiseState *l) {
rpos2 = (plen+l->pos+l->cols)/l->cols; /* current cursor relative row. */
lndebug("rpos2 %d", rpos2);
/* Go up till we reach the expected positon. */
/* Go up till we reach the expected position. */
if (rows-rpos2 > 0) {
lndebug("go-up %d", rows-rpos2);
snprintf(seq,64,"\x1b[%dA", rows-rpos2);