X-Git-Url: https://git.notmuchmail.org/git?p=notmuch;a=blobdiff_plain;f=emacs%2Fnotmuch-crypto.el;h=83e5d37aa4a939fbe366076f8d7b16c3b698685a;hp=e916d6635d69a11e2d7211d17aedd4fec4c040d1;hb=2c077b1e4a3202fb3b3269a3f734e3ae75ddceff;hpb=1fb5c77818ff00714a7012b74b2bc620818f4a36 diff --git a/emacs/notmuch-crypto.el b/emacs/notmuch-crypto.el index e916d663..83e5d37a 100644 --- a/emacs/notmuch-crypto.el +++ b/emacs/notmuch-crypto.el @@ -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 ")"))