Skip to content

Commit

Permalink
Correct spelling of retrieve
Browse files Browse the repository at this point in the history
  • Loading branch information
Bryan Crowe committed Oct 31, 2013
1 parent 5bd3162 commit 94d7ac1
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion lib/Cake/View/Helper/PaginatorHelper.php
Expand Up @@ -136,7 +136,7 @@ public function params($model = null) {
/**
* 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
Expand Down

0 comments on commit 94d7ac1

Please sign in to comment.