diff options
-rw-r--r-- | test/old/testdir/test_cursorline.vim | 2 | ||||
-rw-r--r-- | test/old/testdir/test_digraph.vim | 2 | ||||
-rw-r--r-- | test/old/testdir/test_menu.vim | 2 | ||||
-rw-r--r-- | test/old/testdir/test_signals.vim | 4 | ||||
-rw-r--r-- | test/old/testdir/test_spell.vim | 2 | ||||
-rw-r--r-- | test/old/testdir/test_statusline.vim | 2 | ||||
-rw-r--r-- | test/old/testdir/test_vimscript.vim | 2 |
7 files changed, 8 insertions, 8 deletions
diff --git a/test/old/testdir/test_cursorline.vim b/test/old/testdir/test_cursorline.vim index 294c97e2cb..99a812b1de 100644 --- a/test/old/testdir/test_cursorline.vim +++ b/test/old/testdir/test_cursorline.vim @@ -162,7 +162,7 @@ func Test_cursorline_screenline() call term_sendkeys(buf, "gj") call VerifyScreenDump(buf, 'Test_'. filename. '_12', {}) if exists("+foldcolumn") && exists("+signcolumn") && exists("+breakindent") - " test with set foldcolumn signcoloumn and breakindent + " test with set foldcolumn signcolumn and breakindent call term_sendkeys(buf, "gg0") call term_sendkeys(buf, ":set breakindent foldcolumn=2 signcolumn=yes\<cr>") call VerifyScreenDump(buf, 'Test_'. filename. '_13', {}) diff --git a/test/old/testdir/test_digraph.vim b/test/old/testdir/test_digraph.vim index f08dff8605..26cb9c23ef 100644 --- a/test/old/testdir/test_digraph.vim +++ b/test/old/testdir/test_digraph.vim @@ -51,7 +51,7 @@ func Test_digraphs() call Put_Dig("'e") call Put_Dig("b'") " not defined call assert_equal(["á", "é", "'"], getline(line('.')-2,line('.'))) - " Cicumflex + " Circumflex call Put_Dig("a>") call Put_Dig(">e") call Put_Dig("b>") " not defined diff --git a/test/old/testdir/test_menu.vim b/test/old/testdir/test_menu.vim index a1121632e6..d1c1180ce1 100644 --- a/test/old/testdir/test_menu.vim +++ b/test/old/testdir/test_menu.vim @@ -162,7 +162,7 @@ endfunc " Test for menu item completion in command line func Test_menu_expand() - " Create the menu itmes for test + " Create the menu items for test menu Dummy.Nothing lll for i in range(1, 4) let m = 'menu Xmenu.A' .. i .. '.A' .. i diff --git a/test/old/testdir/test_signals.vim b/test/old/testdir/test_signals.vim index c291c68e0d..667448a7c2 100644 --- a/test/old/testdir/test_signals.vim +++ b/test/old/testdir/test_signals.vim @@ -100,8 +100,8 @@ func Test_signal_INT() call term_sendkeys(buf, ":while 1 | endwhile\n") call WaitForAssert({-> assert_equal(':while 1 | endwhile', term_getline(buf, 6))}) exe 'silent !kill -s INT ' .. pid_vim - call term_sendkeys(buf, ":call setline(1, 'INTERUPTED')\n") - call WaitForAssert({-> assert_equal('INTERUPTED', term_getline(buf, 1))}) + call term_sendkeys(buf, ":call setline(1, 'INTERRUPTED')\n") + call WaitForAssert({-> assert_equal('INTERRUPTED', term_getline(buf, 1))}) call StopVimInTerminal(buf) endfunc diff --git a/test/old/testdir/test_spell.vim b/test/old/testdir/test_spell.vim index 93a69dbd1d..aeb61a0e33 100644 --- a/test/old/testdir/test_spell.vim +++ b/test/old/testdir/test_spell.vim @@ -491,7 +491,7 @@ func Test_spellsuggest_option_expr() bwipe! endfunc -" Test for 'spellsuggest' expr errrors +" Test for 'spellsuggest' expr errors func Test_spellsuggest_expr_errors() " 'spellsuggest' func MySuggest() diff --git a/test/old/testdir/test_statusline.vim b/test/old/testdir/test_statusline.vim index 4bbb46de0a..fccfd46966 100644 --- a/test/old/testdir/test_statusline.vim +++ b/test/old/testdir/test_statusline.vim @@ -269,7 +269,7 @@ func Test_statusline() call assert_match('^vimLineComment\s*$', s:get_statusline()) syntax off - "%{%expr%}: evaluates enxpressions present in result of expr + "%{%expr%}: evaluates expressions present in result of expr func! Inner_eval() return '%n some other text' endfunc diff --git a/test/old/testdir/test_vimscript.vim b/test/old/testdir/test_vimscript.vim index 1072199f27..9b1b7f7b23 100644 --- a/test/old/testdir/test_vimscript.vim +++ b/test/old/testdir/test_vimscript.vim @@ -3641,7 +3641,7 @@ endfunc " exceptions. "------------------------------------------------------------------------------- -func Test_execption_info_for_error() +func Test_exception_info_for_error() CheckEnglish let test =<< trim [CODE] |