Mercurial > hg > xemacs-beta
diff lisp/mailcrypt/mc-pgp.el @ 108:360340f9fd5f r20-1b6
Import from CVS: tag r20-1b6
author | cvs |
---|---|
date | Mon, 13 Aug 2007 09:18:39 +0200 |
parents | 131b0175ea99 |
children |
line wrap: on
line diff
--- a/lisp/mailcrypt/mc-pgp.el Mon Aug 13 09:17:27 2007 +0200 +++ b/lisp/mailcrypt/mc-pgp.el Mon Aug 13 09:18:39 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")