]> git.notmuchmail.org Git - notmuch/blobdiff - emacs/notmuch-crypto.el
Spelling fix
[notmuch] / emacs / notmuch-crypto.el
index e916d6635d69a11e2d7211d17aedd4fec4c040d1..83e5d37aa4a939fbe366076f8d7b16c3b698685a 100644 (file)
@@ -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 ")"))