1
0
forked from aniani/vim

patch 9.1.0747: various typos in repo found

Problem:  various typos in repo found
Solution: Fix typos (zeertzjq)

closes: #15749

Signed-off-by: zeertzjq <zeertzjq@outlook.com>
Signed-off-by: Christian Brabandt <cb@256bit.org>
This commit is contained in:
zeertzjq
2024-09-29 10:37:47 +02:00
committed by Christian Brabandt
parent fa117387ee
commit 8feed3a525
9 changed files with 11 additions and 9 deletions

View File

@@ -186,7 +186,7 @@ set_init_default_backupskip(void)
item = alloc(itemsize);
if (item != NULL)
{
// add a preceeding comma as a separator after the first item
// add a preceding comma as a separator after the first item
size_t itemseplen = (ga.ga_len == 0) ? 0 : 1;
size_t itemlen;