]> git.notmuchmail.org Git - notmuch/blobdiff - vim/plugin/notmuch.vim
Fix typo in message
[notmuch] / vim / plugin / notmuch.vim
index a226f2034d594f781048211265fcdf13582b49d6..a9754f2b4b2e94de332931806260323ff674bfaa 100644 (file)
@@ -178,7 +178,7 @@ let g:notmuch_compose_imaps = {
 
 function! s:NM_cmd_folders(words)
         if len(a:words)
-                throw 'Not exapecting any arguments for folders command.'
+                throw 'Not expecting any arguments for folders command.'
         endif
         let cmd = ['count']
         let disp = []