From ac59db7eef42db24463d1a6c64ca7d5b78e492b1 Mon Sep 17 00:00:00 2001 From: Victor Berchet Date: Mon, 6 Feb 2012 20:42:20 +0100 Subject: [PATCH] cleanup --- .../Bundle/FrameworkBundle/Controller/ControllerResolver.php | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/Symfony/Bundle/FrameworkBundle/Controller/ControllerResolver.php b/src/Symfony/Bundle/FrameworkBundle/Controller/ControllerResolver.php index a57228bba6..8d62a57a4f 100644 --- a/src/Symfony/Bundle/FrameworkBundle/Controller/ControllerResolver.php +++ b/src/Symfony/Bundle/FrameworkBundle/Controller/ControllerResolver.php @@ -49,7 +49,7 @@ class ControllerResolver extends BaseControllerResolver * * @return mixed A PHP callable * - * @throws \LogicException When the name could not ne parsed + * @throws \LogicException When the name could not be parsed * @throws \InvalidArgumentExcetion When the controller class does not exist */ protected function createController($controller)