X-Git-Url: https://git.notmuchmail.org/git?p=notmuch;a=blobdiff_plain;f=vim%2Fplugin%2Fnotmuch.vim;h=a9754f2b4b2e94de332931806260323ff674bfaa;hp=a226f2034d594f781048211265fcdf13582b49d6;hb=2805a243b5564bb99196923f96118ace4c55e870;hpb=2475afcf0d40d03c1a308a934c9066ad7beb94b3 diff --git a/vim/plugin/notmuch.vim b/vim/plugin/notmuch.vim index a226f203..a9754f2b 100644 --- a/vim/plugin/notmuch.vim +++ b/vim/plugin/notmuch.vim @@ -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 = []