Skip to content

Commit

Permalink
Fix typo termnial -> terminal (#1663)
Browse files Browse the repository at this point in the history
Fixing a typo in error message
  • Loading branch information
qubbit authored Mar 17, 2020
1 parent 9d84673 commit 24a14f0
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion autoload/coc/util.vim
Original file line number Diff line number Diff line change
Expand Up @@ -513,7 +513,7 @@ endfunction
" cmd, cwd
function! coc#util#open_terminal(opts) abort
if s:is_vim && !exists('*term_start')
echohl WarningMsg | echon "Your vim doesn't have termnial support!" | echohl None
echohl WarningMsg | echon "Your vim doesn't have terminal support!" | echohl None
return
endif
if get(a:opts, 'position', 'bottom') ==# 'bottom'
Expand Down

0 comments on commit 24a14f0

Please sign in to comment.