Fix spelling

This commit is contained in:
gmarik 2011-08-21 15:18:18 -05:00
parent 2506ac3c67
commit 17b4a11588

View File

@ -132,7 +132,7 @@ func! vundle#installer#clean(bang) abort
call vundle#scripts#view('clean', headers, names)
redraw!
if (a:bang || empty(names) || input('Continute ? [ y/n ]:') =~? 'y')
if (a:bang || empty(names) || input('Continue ? [ y/n ]:') =~? 'y')
call s:process(a:bang, 'd')
endif
endf