]> git.cworth.org Git - notmuch/commitdiff
fix sum moar typos [error messages]
authorPieter Praet <pieter@praet.org>
Mon, 20 Jun 2011 20:14:21 +0000 (22:14 +0200)
committerCarl Worth <cworth@cworth.org>
Thu, 23 Jun 2011 22:59:03 +0000 (15:59 -0700)
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.
emacs/notmuch-maildir-fcc.el
vim/plugin/notmuch.vim

index b6c6e2a74086fe566db37e56fde3cc5b1a8f2b2d..e67886853eeb341989191044241352100c08a56a 100644 (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"))))
 
index e5787f07acc39aaeffbb9efc329debccdb771a98..768a011cf7bc959b9057e2a34b0b31d578e88c64 100644 (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)