summaryrefslogtreecommitdiffstats
path: root/src/testdir/test_langmap.vim
diff options
context:
space:
mode:
authordundargoc <gocdundar@gmail.com>2022-11-02 13:30:51 +0000
committerBram Moolenaar <Bram@vim.org>2022-11-02 13:30:51 +0000
commitc57b5bcd22826e0852c2bc9c7d4382e1cac7cb74 (patch)
treed5163254047cdaa5cedd5caa4745727f6124eaf3 /src/testdir/test_langmap.vim
parent1410d1841bfc4370dec1babe24c6664e06d7c9d9 (diff)
patch 9.0.0828: various typosv9.0.0828
Problem: Various typos. Solution: Correct typos. (closes #11432)
Diffstat (limited to 'src/testdir/test_langmap.vim')
-rw-r--r--src/testdir/test_langmap.vim2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/testdir/test_langmap.vim b/src/testdir/test_langmap.vim
index 2284704603..aaed77e109 100644
--- a/src/testdir/test_langmap.vim
+++ b/src/testdir/test_langmap.vim
@@ -52,7 +52,7 @@ func Test_langmap()
set langmap=RL
let g:counter = 0
nnoremap L;L <Cmd>let g:counter += 1<CR>
- nnoremap <C-L> <Cmd>throw 'This mapping shoud not be triggered'<CR>
+ nnoremap <C-L> <Cmd>throw 'This mapping should not be triggered'<CR>
" 'langmap' is applied to keys without modifiers when matching a mapping
call feedkeys('R;R', 'tx')