Merge pull request #2252 from bcrowe/hotfix-retrieve

Correct spelling of retrieve
This commit is contained in:
Mark 2013-10-30 20:15:47 -07:00
commit 2d50837e85

View file

@ -136,7 +136,7 @@ class PaginatorHelper extends AppHelper {
/**
* Convenience access to any of the paginator params.
*
* @param string $key Key of the paginator params array to retreive.
* @param string $key Key of the paginator params array to retrieve.
* @param string $model Optional model name. Uses the default if none is specified.
* @return mixed Content of the requested param.
* @link http://book.cakephp.org/2.0/en/core-libraries/helpers/paginator.html#PaginatorHelper::params