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

@@ -4609,7 +4609,7 @@ free_tabpage(tabpage_T *tp)
* Otherwise put it just before tab page "after".
*
* Does not trigger WinNewPre, since the window structures
* are not completly setup yet and could cause dereferencing
* are not completely setup yet and could cause dereferencing
* NULL pointers
*
* Return FAIL or OK.