summaryrefslogtreecommitdiffstats
path: root/src/testdir/test_textprop.vim
diff options
context:
space:
mode:
authorDominique Pelle <dominique.pelle@gmail.com>2023-04-14 21:54:25 +0100
committerBram Moolenaar <Bram@vim.org>2023-04-14 21:54:25 +0100
commitb49dfd0cf296623af2d756cefc3e73b5b307734e (patch)
tree8a59f6d5a0ead1dfa0cc1bfda8aaace3f7d7959b /src/testdir/test_textprop.vim
parentb7f6f93475a3ad5c590a09a2577fd51590bea9e1 (diff)
patch 9.0.1453: typos in source code and testsv9.0.1453
Problem: Typos in source code and tests. Solution: Fi the typos. (Dominique Pellé, closes #12217)
Diffstat (limited to 'src/testdir/test_textprop.vim')
-rw-r--r--src/testdir/test_textprop.vim2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/testdir/test_textprop.vim b/src/testdir/test_textprop.vim
index cd141eb6a0..3d196d9e13 100644
--- a/src/testdir/test_textprop.vim
+++ b/src/testdir/test_textprop.vim
@@ -1570,7 +1570,7 @@ func Test_proptype_substitute_join()
call prop_add(2, 7, {'length': 2, 'type': 'number'})
call prop_add(3, 6, {'length': 2, 'type': 'number'})
call prop_add(4, 7, {'length': 2, 'type': 'number'})
- " The highlighted "is" in line 1, 2 and 4 is kept and ajudsted.
+ " The highlighted "is" in line 1, 2 and 4 is kept and adjusted.
" The highlighted "is" in line 3 is deleted.
let expected = [
\ #{type_bufnr: 0, id: 0, col: 6, end: 1, type: 'number', length: 2, start: 1},