From 1240403ce570fb2b4e056d7c361d44dd9583b711 Mon Sep 17 00:00:00 2001 From: Christian Brabandt Date: Mon, 20 Jan 2020 12:32:06 +0100 Subject: [PATCH] highlighter: fix obvious spelling error --- autoload/airline/highlighter.vim | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/autoload/airline/highlighter.vim b/autoload/airline/highlighter.vim index fc902f3b..4e121c2c 100644 --- a/autoload/airline/highlighter.vim +++ b/autoload/airline/highlighter.vim @@ -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