summaryrefslogtreecommitdiff
path: root/autoload/ale/list.vim
diff options
context:
space:
mode:
Diffstat (limited to 'autoload/ale/list.vim')
-rw-r--r--autoload/ale/list.vim4
1 files changed, 2 insertions, 2 deletions
diff --git a/autoload/ale/list.vim b/autoload/ale/list.vim
index f10d0910..8ce8597e 100644
--- a/autoload/ale/list.vim
+++ b/autoload/ale/list.vim
@@ -18,7 +18,7 @@ if !exists('s:timer_args')
let s:timer_args = {}
endif
-" Return 1 if there is a buffer with buftype == 'quickfix' in bufffer list
+" Return 1 if there is a buffer with buftype == 'quickfix' in buffer list
function! ale#list#IsQuickfixOpen() abort
let l:res = getqflist({ 'winid' : winnr() })
@@ -190,7 +190,7 @@ function! s:RestoreViewIfNeeded(buffer) abort
return
endif
- " Check wether the cursor has moved since linting was actually requested. If
+ " Check whether the cursor has moved since linting was actually requested. If
" the user has indeed moved lines, do nothing
let l:current_view = winsaveview()