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

@@ -176,7 +176,7 @@ static void showmap(mapblock_T *mp, bool local)
// Display the LHS. Get length of what we write.
len = (size_t)msg_outtrans_special((char *)mp->m_keys, true, 0);
do {
msg_putchar(' '); // padd with blanks
msg_putchar(' '); // pad with blanks
len++;
} while (len < 12);