Corrected typos in the comments.

Signed-off-by: Pavel <proger.xp@gmail.com>
This commit is contained in:
Pavel
2012-04-16 18:44:11 +04:00
parent 728a320cbc
commit 482aed9379
5 changed files with 6 additions and 6 deletions

View File

@@ -312,7 +312,7 @@ abstract class Controller {
$response = call_user_func_array(array($this, $action), $parameters);
// If the controller has specified a layout view. The response
// If the controller has specified a layout view the response
// returned by the controller method will be bound to that
// view and the layout will be considered the response.
if (is_null($response) and ! is_null($this->layout))