docs: fix typos

This commit is contained in:
dundargoc
2022-10-23 10:17:45 +02:00
committed by zeertzjq
parent 44b88d8c31
commit 4716a578ae
24 changed files with 40 additions and 40 deletions

View File

@@ -3272,7 +3272,7 @@ void do_put(int regname, yankreg_T *reg, int dir, long count, int flags)
shortline = (vcol < col) || (vcol == col && !*ptr);
if (vcol < col) { // line too short, padd with spaces
if (vcol < col) { // line too short, pad with spaces
bd.startspaces = col - vcol;
} else if (vcol > col) {
bd.endspaces = vcol - col;