highlighter: fix obvious spelling error

This commit is contained in:
Christian Brabandt 2020-01-20 12:32:06 +01:00
parent a676af7c8a
commit 1240403ce5
No known key found for this signature in database
GPG Key ID: F3F92DA383FDDE09
1 changed files with 1 additions and 1 deletions

View File

@ -282,7 +282,7 @@ function! airline#highlighter#highlight(modes, ...)
endif
if !has_key(p, 'accents')
" work arout a brocken installation
" work around a broken installation
" shouldn't actually happen, p should always contain accents
continue
endif