diff src/testdir/test_textprop.vim @ 32244:533e36e02a68 v9.0.1453

patch 9.0.1453: typos in source code and tests Commit: https://github.com/vim/vim/commit/b49dfd0cf296623af2d756cefc3e73b5b307734e Author: Dominique Pelle <dominique.pelle@gmail.com> Date: Fri Apr 14 21:54:25 2023 +0100 patch 9.0.1453: typos in source code and tests Problem: Typos in source code and tests. Solution: Fi the typos. (Dominique Pell?, closes https://github.com/vim/vim/issues/12217)
author Bram Moolenaar <Bram@vim.org>
date Fri, 14 Apr 2023 23:00:07 +0200
parents 27ab829631df
children 0df66713766e
line wrap: on
line diff
--- 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},