diff src/testdir/test_recover.vim @ 34678:75f7b311ee25 v9.1.0220

patch 9.1.0220: Few typos in source and test files Commit: https://github.com/vim/vim/commit/c029c131ea7822514d67edb9be2de76d076aa267 Author: zeertzjq <zeertzjq@outlook.com> Date: Thu Mar 28 11:37:26 2024 +0100 patch 9.1.0220: Few typos in source and test files Problem: Typos in code and tests. Solution: Fix typos (zeertzjq). closes: #14321 Signed-off-by: zeertzjq <zeertzjq@outlook.com> Signed-off-by: Christian Brabandt <cb@256bit.org>
author Christian Brabandt <cb@256bit.org>
date Thu, 28 Mar 2024 11:45:02 +0100
parents c41b1cac349b
children
line wrap: on
line diff
--- a/src/testdir/test_recover.vim
+++ b/src/testdir/test_recover.vim
@@ -380,7 +380,7 @@ func Test_recover_encrypted_swap_file()
   call delete('Xfile1')
 endfunc
 
-" Test for :recover using a unreadable swap file
+" Test for :recover using an unreadable swap file
 func Test_recover_unreadable_swap_file()
   CheckUnix
   CheckNotRoot