From: zeertzjq Date: Sat, 5 Jul 2025 15:02:04 +0000 (+0200) Subject: tests: fix typo in comment (after v9.1.1511) X-Git-Tag: v9.1.1513~2 X-Git-Url: http://git.ipfire.org/?a=commitdiff_plain;h=7a734b714895df25ba7ca9996fe0cd36460923a3;p=thirdparty%2Fvim.git tests: fix typo in comment (after v9.1.1511) related: #17660 Signed-off-by: Christian Brabandt --- diff --git a/src/testdir/runtest.vim b/src/testdir/runtest.vim index b1ffd19609..f97c432930 100644 --- a/src/testdir/runtest.vim +++ b/src/testdir/runtest.vim @@ -180,7 +180,7 @@ endif " Prepare for calling test_garbagecollect_now(). -" Also avois some delays in Insert mode completion. +" Also avoids some delays in Insert mode completion. let v:testing = 1 " By default, copy each buffer line into allocated memory, so that valgrind can