1
0
forked from aniani/vim

patch 9.1.0849: there are a few typos in the source

Problem:  there are a few typos in the source.
Solution: Correct typos (zeertzjq).

closes: #16026

Signed-off-by: zeertzjq <zeertzjq@outlook.com>
Signed-off-by: Christian Brabandt <cb@256bit.org>
This commit is contained in:
zeertzjq
2024-11-10 20:26:12 +01:00
committed by Christian Brabandt
parent 5b63b236a0
commit 7c5152826f
9 changed files with 18 additions and 16 deletions

View File

@@ -2743,7 +2743,7 @@ do_ecmd(
}
if (buf == NULL)
goto theend;
// autocommands try to edit a file that is goind to be removed,
// autocommands try to edit a file that is going to be removed,
// abort
if (buf_locked(buf))
{