From: Michael M Slusarz Date: Wed, 22 Jul 2009 22:08:48 +0000 (-0600) Subject: phpdoc typo X-Git-Url: https://git.internetallee.de/?a=commitdiff_plain;h=d53069841a256cb02d3bbe3a8e4e20ce8dbf4d87;p=horde.git phpdoc typo --- diff --git a/framework/Core/lib/Horde/Registry.php b/framework/Core/lib/Horde/Registry.php index 3da89da43..9bfebf969 100644 --- a/framework/Core/lib/Horde/Registry.php +++ b/framework/Core/lib/Horde/Registry.php @@ -1075,7 +1075,7 @@ class Horde_Registry * * @param string $app The name of the application. * - * @return string URL pointing to the inital page of the application. + * @return string URL pointing to the initial page of the application. * @throws Horde_Exception */ public function getInitialPage($app = null)