summaryrefslogtreecommitdiffstats
path: root/src/testdir/test_langmap.vim
diff options
context:
space:
mode:
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')