mirror of
https://git.notmuchmail.org/git/notmuch
synced 2024-11-21 18:38:08 +01:00
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:
parent
432e091924
commit
607a73010a
2 changed files with 2 additions and 2 deletions
|
@ -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"))))
|
||||
|
||||
|
|
|
@ -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)
|
||||
|
|
Loading…
Reference in a new issue