Merge pull request #86 from mathias/patch-1

Spelling
This commit is contained in:
Martin Grenfell 2011-10-09 09:34:12 -07:00
commit 30f6bcc30c

View File

@ -565,7 +565,7 @@ function! s:MenuController._echoPrompt()
endfunction
"FUNCTION: MenuController._current(key) {{{3
"get the MenuItem that is curently selected
"get the MenuItem that is currently selected
function! s:MenuController._current()
return self.menuItems[self.selection]
endfunction