From 152a0d43329a91b4a7cbce9ed1edea5fb0eb1ae9 Mon Sep 17 00:00:00 2001 From: gmarik Date: Fri, 26 Aug 2011 11:53:39 -0500 Subject: [PATCH] fix spelling --- autoload/vundle/installer.vim | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/autoload/vundle/installer.vim b/autoload/vundle/installer.vim index eaf7ffe..269f403 100644 --- a/autoload/vundle/installer.vim +++ b/autoload/vundle/installer.vim @@ -26,7 +26,7 @@ func! s:process(bang, cmd) exec ':norm '.a:cmd if 'error' == g:vundle_last_status - let msg = 'With erros; press l to view log' + let msg = 'With errors; press l to view log' endif " goto next one