]> git.notmuchmail.org Git - notmuch/blobdiff - vim/plugin/notmuch.vim
fix sum moar typos [error messages]
[notmuch] / vim / plugin / notmuch.vim
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)