From: Michael M Slusarz Date: Fri, 29 Jan 2010 08:00:03 +0000 (-0700) Subject: phpdoc typo X-Git-Url: https://git.internetallee.de/?a=commitdiff_plain;h=412e51832bb0fca5500e5ffeb1fd3de98fc10edf;p=horde.git phpdoc typo --- diff --git a/imp/lib/Imap.php b/imp/lib/Imap.php index 6e9e865d1..6e8bf39d5 100644 --- a/imp/lib/Imap.php +++ b/imp/lib/Imap.php @@ -155,7 +155,7 @@ class IMP_Imap * @param string $username The username to authenticate with. * @param string $password The password to authenticate with. * @param string $key Create a new object using this server key. - * @param boolean $global If true, treate the created object as the IMP + * @param boolean $global If true, treat the created object as the IMP * global IMAP object. * * @return boolean The object on success, false on error.