From: Ben Gamari Date: Sun, 24 Jan 2010 21:23:34 +0000 (-0500) Subject: Fix typo in message X-Git-Tag: 0.2~27 X-Git-Url: https://git.notmuchmail.org/git?p=notmuch;a=commitdiff_plain;h=2805a243b5564bb99196923f96118ace4c55e870;ds=sidebyside Fix typo in message --- 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 = []