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:
committed by
Christian Brabandt
parent
fa117387ee
commit
8feed3a525
@@ -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;
|
||||
|
||||
|
Reference in New Issue
Block a user