[backport] Fix spelling typos (#12755)

This commit is contained in:
Brian Wignall
2019-11-28 02:30:55 -05:00
committed by Miran
parent fd85a5ae05
commit a7aeabb9d2
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);