mirror of
https://git.notmuchmail.org/git/notmuch
synced 2024-11-24 20:08:10 +01:00
Fix typo in message
This commit is contained in:
parent
2475afcf0d
commit
2805a243b5
1 changed files with 1 additions and 1 deletions
|
@ -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 = []
|
||||
|
|
Loading…
Reference in a new issue