Merge pull request #1504 from d10n/fix-typo

Fix typo
This commit is contained in:
Christian Brabandt 2017-07-01 21:43:03 +02:00 committed by GitHub
commit 0205baa963
1 changed files with 1 additions and 1 deletions

View File

@ -63,7 +63,7 @@ function! airline#extensions#hunks#get_hunks()
if !get(w:, 'airline_active', 0)
return ''
endif
" Cache vavlues, so that it isn't called too often
" Cache values, so that it isn't called too often
if exists("b:airline_hunks") &&
\ get(b:, 'airline_changenr', 0) == b:changedtick &&
\ winwidth(0) == get(s:, 'airline_winwidth', 0) &&