summaryrefslogtreecommitdiff
path: root/src/testdir/test_hlsearch.vim
diff options
context:
space:
mode:
Diffstat (limited to 'src/testdir/test_hlsearch.vim')
-rw-r--r--src/testdir/test_hlsearch.vim2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/testdir/test_hlsearch.vim b/src/testdir/test_hlsearch.vim
index ed50145ad..4227dbd6d 100644
--- a/src/testdir/test_hlsearch.vim
+++ b/src/testdir/test_hlsearch.vim
@@ -37,7 +37,7 @@ endfunc
func Test_hlsearch_hangs()
CheckFunction reltimefloat
- " So, it turns out the Windows 7 implements TimerQueue timers differently
+ " So, it turns out that Windows 7 implements TimerQueue timers differently
" and they can expire *before* the requested time has elapsed. So allow for
" the timeout occurring after 80 ms (5 * 16 (the typical clock tick)).
if has("win32")