summaryrefslogtreecommitdiffstats
path: root/src/testdir/test_textprop.vim
diff options
context:
space:
mode:
Diffstat (limited to 'src/testdir/test_textprop.vim')
-rw-r--r--src/testdir/test_textprop.vim8
1 files changed, 4 insertions, 4 deletions
diff --git a/src/testdir/test_textprop.vim b/src/testdir/test_textprop.vim
index 80ad88c6d4..7ec5998dab 100644
--- a/src/testdir/test_textprop.vim
+++ b/src/testdir/test_textprop.vim
@@ -1896,7 +1896,7 @@ def Test_delete_line_within_multiline_prop()
try
:2 del
catch
- assert_report('Line delete should have workd, but it raised an error.')
+ assert_report('Line delete should have worked, but it raised an error.')
endtry
# The property for line 2 (was 3) should no longer extend into the previous
@@ -1910,7 +1910,7 @@ def Test_delete_line_within_multiline_prop()
try
:3 del
catch
- assert_report('Line delete should have workd, but it raised an error.')
+ assert_report('Line delete should have worked, but it raised an error.')
endtry
# The property for line 2 (originally 3) should no longer extend into the next
@@ -2405,7 +2405,7 @@ func Do_test_props_do_not_affect_byte_offsets(ff, increment)
exec 'setlocal fileformat=' . a:ff
" Fill the buffer with varying length lines. We need a suitably large number
- " to force Vim code through paths wehere previous error have occurred. This
+ " to force Vim code through paths where previous error have occurred. This
" is more 'art' than 'science'.
let text = 'a'
call setline(1, text)
@@ -2448,7 +2448,7 @@ func Test_props_do_not_affect_byte_offsets_editline()
setlocal fileformat=unix
" Fill the buffer with varying length lines. We need a suitably large number
- " to force Vim code through paths wehere previous error have occurred. This
+ " to force Vim code through paths where previous error have occurred. This
" is more 'art' than 'science'.
let text = 'aa'
call setline(1, text)