Spelling and grammar fixes

This commit is contained in:
Kyle Robinson Young 2011-12-01 21:58:09 -08:00
parent 0f71254fe1
commit 8197f87dbc
45 changed files with 97 additions and 97 deletions

View file

@ -86,7 +86,7 @@ class CacheHelper extends AppHelper {
* @param string $file File to cache
* @param string $out output to cache
* @param boolean $cache Whether or not a cache file should be written.
* @return string view ouput
* @return string view output
* @link http://book.cakephp.org/2.0/en/core-libraries/helpers/cache.html
*/
public function cache($file, $out, $cache = false) {