From: Chuck Hagenbuch Date: Thu, 29 Oct 2009 22:40:42 +0000 (-0400) Subject: fix spelling X-Git-Url: https://git.internetallee.de/?a=commitdiff_plain;h=9eaf58f540355d659a3e48f80334b1c8ad791227;p=horde.git fix spelling --- diff --git a/framework/Controller/lib/Horde/Controller/Base.php b/framework/Controller/lib/Horde/Controller/Base.php index 7c4ea7c83..aae7211c3 100644 --- a/framework/Controller/lib/Horde/Controller/Base.php +++ b/framework/Controller/lib/Horde/Controller/Base.php @@ -411,7 +411,7 @@ abstract class Horde_Controller_Base /** * Each variable set through routing {@link Horde_Routes_Mapper} is - * availabie in controllers using the $params array. + * available in controllers using the $params array. * * The controller also has access to GET/POST arrays using $params *