diff options
Diffstat (limited to 'src/testdir/test_stat.vim')
-rw-r--r-- | src/testdir/test_stat.vim | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/testdir/test_stat.vim b/src/testdir/test_stat.vim index c8830d169..ccd595009 100644 --- a/src/testdir/test_stat.vim +++ b/src/testdir/test_stat.vim @@ -5,7 +5,7 @@ func CheckFileTime(doSleep) let times = [] let result = 0 - " Use three files istead of localtim(), with a network filesystem the file + " Use three files instead of localtim(), with a network filesystem the file " times may differ at bit let fl = ['Hello World!'] for fname in fnames |