1
0
mirror of https://git.savannah.gnu.org/git/emacs.git synced 2025-01-18 18:05:07 +00:00

; * lisp/epg.el (epg-no-data-reason-alist): Fix typo in message.

This commit is contained in:
Jonas Bernoulli 2020-06-17 22:22:53 +02:00
parent 7ba75919ab
commit 562bbd0a36

View File

@ -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")))