Mercurial > hg > xemacs-beta
diff lisp/mailcrypt/mc-pgp.el @ 30:ec9a17fef872 r19-15b98
Import from CVS: tag r19-15b98
author | cvs |
---|---|
date | Mon, 13 Aug 2007 08:52:29 +0200 |
parents | 376386a54a3c |
children | 131b0175ea99 |
line wrap: on
line diff
--- a/lisp/mailcrypt/mc-pgp.el Mon Aug 13 08:51:58 2007 +0200 +++ b/lisp/mailcrypt/mc-pgp.el Mon Aug 13 08:52:29 2007 +0200 @@ -55,7 +55,7 @@ "Regular expression matching a PGP key snarf message") (defconst mc-pgp-nokey-re "Cannot find the public key matching userid '\\(.+\\)'$" - "Regular expression matching a PGP missing-key messsage") + "Regular expression matching a PGP missing-key message") (defconst mc-pgp-key-expected-re "Key matching expected Key ID \\(\\S +\\) not found")