From: Michael M Slusarz Date: Thu, 18 Dec 2008 06:51:41 +0000 (-0700) Subject: phpdoc X-Git-Url: https://git.internetallee.de/?a=commitdiff_plain;h=d655d5aae80ed1d3a04ce9d85c785e99071beb03;p=horde.git phpdoc --- diff --git a/imp/lib/IMAP/Thread.php b/imp/lib/IMAP/Thread.php index 90a82ca32..a12edf138 100644 --- a/imp/lib/IMAP/Thread.php +++ b/imp/lib/IMAP/Thread.php @@ -51,7 +51,7 @@ class IMP_IMAP_Thread * @param array $indices The list of indices to create a tree for. * @param boolean $sortdir True for newest first, false for oldest first. * - * @return array An array with the index as the key and the interal + * @return array An array with the index as the key and the internal * thread representation as the value. */ public function getThreadTreeOb($indices, $sortdir)