]> git.eshelyaron.com Git - emacs.git/commitdiff
; * lisp/epg.el (epg-no-data-reason-alist): Fix typo in message.
authorJonas Bernoulli <jonas@bernoul.li>
Wed, 17 Jun 2020 20:22:53 +0000 (22:22 +0200)
committerJonas Bernoulli <jonas@bernoul.li>
Thu, 13 Aug 2020 09:29:35 +0000 (11:29 +0200)
lisp/epg.el

index e53aa8caaaf7033f1626cb32f8a90bffcb83de3a..df79988c48b97e9ea7716775d98cca7ce90653de 100644 (file)
 
 (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")))