diff options
author | Jonas Bernoulli <jonas@bernoul.li> | 2020-06-17 22:22:53 +0200 |
---|---|---|
committer | Jonas Bernoulli <jonas@bernoul.li> | 2020-08-13 11:29:35 +0200 |
commit | 562bbd0a367b8d4239215c70f8548fed5ab47bac (patch) | |
tree | 7876f65c3c490d99923825cd6a4f81e22b9c257f /lisp/epg.el | |
parent | 7ba75919ab0fc683afc304d67cf0d1bbe6d300e8 (diff) | |
download | emacs-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.el | 2 |
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"))) |