From 2805a243b5564bb99196923f96118ace4c55e870 Mon Sep 17 00:00:00 2001 From: Ben Gamari Date: Sun, 24 Jan 2010 16:23:34 -0500 Subject: [PATCH] Fix typo in message --- vim/plugin/notmuch.vim | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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 = [] -- 2.43.0