merged branch DenisGorbachev/patch-2 (PR #6240)

This PR was submitted for the master branch but it was merged into the 2.1 branch instead (closes #6240).

Commits
-------

0f6d534 Fixed a typo

Discussion
----------

Fixed a typo
This commit is contained in:
Fabien Potencier 2012-12-10 13:42:21 +01:00
commit 947a48dbf6

View File

@ -78,7 +78,7 @@ class Controller extends ContainerAware
* @param string $view The view name
* @param array $parameters An array of parameters to pass to the view
*
* @return string The renderer view
* @return string The rendered view
*/
public function renderView($view, array $parameters = array())
{