autoload: Fix typo in comment

This commit is contained in:
Christian Brabandt
2019-02-04 08:21:39 +01:00
parent fd5bde1a3a
commit 840bf02baf

View File

@@ -195,7 +195,7 @@ function! airline#statusline(winnr)
return ''
endfunction
" Check if mode as changed
" Check if mode has changed
function! airline#check_mode(winnr)
if !has_key(s:contexts, a:winnr)
return ''