Typo spelling mistake

This commit is contained in:
Drak 2012-04-24 22:43:51 +05:45
parent 5ed9dbe632
commit f209f4fc88

View File

@ -50,7 +50,7 @@ class ControllerResolver extends BaseControllerResolver
* @return mixed A PHP callable
*
* @throws \LogicException When the name could not be parsed
* @throws \InvalidArgumentExcetion When the controller class does not exist
* @throws \InvalidArgumentException When the controller class does not exist
*/
protected function createController($controller)
{