Fixed doc typo in lib/Cake/View/View.php

This commit is contained in:
Justin A. Barnes 2012-04-16 18:30:10 -05:00
parent 388b20dd9d
commit 2c0cd1f2dd

View file

@ -648,7 +648,7 @@ class View extends Object {
/** /**
* Fetch the content for a block. If a block is * 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 * @param string $name Name of the block
* @return The block content or '' if the block does not exist. * @return The block content or '' if the block does not exist.