Fix typo in message

This commit is contained in:
Ben Gamari 2010-01-24 16:23:34 -05:00 committed by Carl Worth
parent 2475afcf0d
commit 2805a243b5

View file

@ -178,7 +178,7 @@ let g:notmuch_compose_imaps = {
function! s:NM_cmd_folders(words)
if len(a:words)
throw 'Not exapecting any arguments for folders command.'
throw 'Not expecting any arguments for folders command.'
endif
let cmd = ['count']
let disp = []