From 83f44fb87d9505371bf3e37fdd009c3122d43647 Mon Sep 17 00:00:00 2001 From: Michael M Slusarz Date: Sun, 16 Nov 2008 15:57:13 -0700 Subject: [PATCH] Fix typos. --- framework/Crypt/lib/Horde/Crypt/pgp.php | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/framework/Crypt/lib/Horde/Crypt/pgp.php b/framework/Crypt/lib/Horde/Crypt/pgp.php index 870b5c490..726b27b34 100644 --- a/framework/Crypt/lib/Horde/Crypt/pgp.php +++ b/framework/Crypt/lib/Horde/Crypt/pgp.php @@ -1453,10 +1453,10 @@ class Horde_Crypt_pgp extends Horde_Crypt /* Add the PGP signature. */ $charset = NLS::getEmailCharset(); - $pgp_sign = new Horde_Mime_Part() + $pgp_sign = new Horde_Mime_Part(); $pgp_sign->setType('application/pgp-signature'); $pgp_sign->setCharset($charset); - $pgp_sign->setDisposition('inline') + $pgp_sign->setDisposition('inline'); $pgp_sign->setDescription(String::convertCharset(_("PGP Digital Signature"), NLS::getCharset(), $charset)); $pgp_sign->setContents($msg_sign); -- 2.11.0