From: Michael M Slusarz Date: Sun, 16 Nov 2008 22:57:13 +0000 (-0700) Subject: Fix typos. X-Git-Url: https://git.internetallee.de/?a=commitdiff_plain;h=83f44fb87d9505371bf3e37fdd009c3122d43647;p=horde.git Fix typos. --- 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);