From 562bbd0a367b8d4239215c70f8548fed5ab47bac Mon Sep 17 00:00:00 2001 From: Jonas Bernoulli Date: Wed, 17 Jun 2020 22:22:53 +0200 Subject: [PATCH] ; * lisp/epg.el (epg-no-data-reason-alist): Fix typo in message. --- lisp/epg.el | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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"))) -- 2.39.5