From 607a73010a5ace8c200f72324558b4901d61fceb Mon Sep 17 00:00:00 2001 From: Pieter Praet Date: Mon, 20 Jun 2011 22:14:21 +0200 Subject: fix sum moar typos [error messages] Various typo fixes in error messages within the source code. Signed-off-by: Pieter Praet Edited-by: Carl Worth Restricted to just error messages. --- vim/plugin/notmuch.vim | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'vim') diff --git a/vim/plugin/notmuch.vim b/vim/plugin/notmuch.vim index e5787f07..768a011c 100644 --- a/vim/plugin/notmuch.vim +++ b/vim/plugin/notmuch.vim @@ -1314,7 +1314,7 @@ endfunction function! s:NM_tag(filter, tags) let filter = len(a:filter) ? a:filter : [NM_search_thread_id()] if !len(filter) - throw 'Eeek! I couldn''t find the thead id!' + throw 'Eeek! I couldn''t find the thread id!' endif let args = ['tag'] call extend(args, a:tags) -- cgit v1.2.3