From: Tomi Ollila Date: Thu, 1 Mar 2012 13:34:06 +0000 (+0200) Subject: Spelling fix X-Git-Tag: debian/0.12_rc1-1~13 X-Git-Url: https://git.notmuchmail.org/git?p=notmuch;a=commitdiff_plain;h=2c077b1e4a3202fb3b3269a3f734e3ae75ddceff;ds=sidebyside Spelling fix Retreive is spelled as r e t r i e v e . --- 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 ")"))