fix sum moar typos [error messages]

Various typo fixes in error messages within the source code.

Signed-off-by: Pieter Praet <pieter@praet.org>

Edited-by: Carl Worth <cworth@cworth.org> Restricted to just error messages.
This commit is contained in:
Pieter Praet 2011-06-20 22:14:21 +02:00 committed by Carl Worth
parent 432e091924
commit 607a73010a
2 changed files with 2 additions and 2 deletions

View file

@ -163,7 +163,7 @@ will NOT be removed or replaced."
(make-directory (concat path "/new/") t)
(make-directory (concat path "/tmp/") t))
((file-regular-p path)
(error "%s is a file. Can't creat maildir." path))
(error "%s is a file. Can't create maildir." path))
(t
(error "I don't know how to create a maildir here"))))

View file

@ -1314,7 +1314,7 @@ endfunction
function! s:NM_tag(filter, tags)
let filter = len(a:filter) ? a:filter : [<SID>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)