summaryrefslogtreecommitdiff
path: root/lisp/epg.el
diff options
context:
space:
mode:
authorJonas Bernoulli <jonas@bernoul.li>2020-06-17 22:22:53 +0200
committerJonas Bernoulli <jonas@bernoul.li>2020-08-13 11:29:35 +0200
commit562bbd0a367b8d4239215c70f8548fed5ab47bac (patch)
tree7876f65c3c490d99923825cd6a4f81e22b9c257f /lisp/epg.el
parent7ba75919ab0fc683afc304d67cf0d1bbe6d300e8 (diff)
downloademacs-562bbd0a367b8d4239215c70f8548fed5ab47bac.tar.gz
emacs-562bbd0a367b8d4239215c70f8548fed5ab47bac.tar.bz2
emacs-562bbd0a367b8d4239215c70f8548fed5ab47bac.zip
; * lisp/epg.el (epg-no-data-reason-alist): Fix typo in message.
Diffstat (limited to 'lisp/epg.el')
-rw-r--r--lisp/epg.el2
1 files changed, 1 insertions, 1 deletions
diff --git a/lisp/epg.el b/lisp/epg.el
index e53aa8caaaf..df79988c48b 100644
--- a/lisp/epg.el
+++ b/lisp/epg.el
@@ -123,7 +123,7 @@
(defconst epg-no-data-reason-alist
'((1 . "No armored data")
- (2 . "Expected a packet but did not found one")
+ (2 . "Expected a packet but did not find one")
(3 . "Invalid packet found, this may indicate a non OpenPGP message")
(4 . "Signature expected but not found")))