mirror of
https://git.notmuchmail.org/git/notmuch
synced 2024-11-21 18:38:08 +01:00
Spelling fix
Retreive is spelled as r e t r i e v e .
This commit is contained in:
parent
1fb5c77818
commit
2c077b1e4a
1 changed files with 1 additions and 1 deletions
|
@ -101,7 +101,7 @@ mode."
|
|||
(let ((keyid (concat "0x" (plist-get sigstatus :keyid))))
|
||||
(setq label (concat "Unknown key ID " keyid " or unsupported algorithm"))
|
||||
(setq button-action 'notmuch-crypto-sigstatus-error-callback)
|
||||
(setq help-msg (concat "Click to retreive key ID " keyid " from keyserver and redisplay."))))
|
||||
(setq help-msg (concat "Click to retrieve key ID " keyid " from keyserver and redisplay."))))
|
||||
((string= status "bad")
|
||||
(let ((keyid (concat "0x" (plist-get sigstatus :keyid))))
|
||||
(setq label (concat "Bad signature (claimed key ID " keyid ")"))
|
||||
|
|
Loading…
Reference in a new issue