From 2c0cd1f2dd332b6038ecc0c2d4f86e88a1747fc6 Mon Sep 17 00:00:00 2001 From: "Justin A. Barnes" Date: Mon, 16 Apr 2012 18:30:10 -0500 Subject: [PATCH] Fixed doc typo in lib/Cake/View/View.php --- lib/Cake/View/View.php | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/lib/Cake/View/View.php b/lib/Cake/View/View.php index 484eb91ae..1078211ae 100644 --- a/lib/Cake/View/View.php +++ b/lib/Cake/View/View.php @@ -648,7 +648,7 @@ class View extends Object { /** * 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.