diff --git a/lib/Cake/View/View.php b/lib/Cake/View/View.php index 484eb91ae25..1078211aea0 100644 --- a/lib/Cake/View/View.php +++ b/lib/Cake/View/View.php @@ -648,7 +648,7 @@ public function assign($name, $value) { /** * Fetch the content for a block. If a block is - * empty or undefined '' will be returnned. + * empty or undefined '' will be returned. * * @param string $name Name of the block * @return The block content or '' if the block does not exist.