Merge pull request #609 from lesllc/2.1-typo-fix

2.1 typo fix
This commit is contained in:
Mark Story 2012-04-16 16:47:30 -07:00
commit afbd582155

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.