mark_story 11 years ago
parent
commit
5ae00e954c
1 changed files with 1 additions and 1 deletions
  1. 1 1
      src/Cache/Cache.php

+ 1 - 1
src/Cache/Cache.php

@@ -129,7 +129,7 @@ class Cache {
  * triggered.
  *
  * @param string $config The configuration name you want an engine for.
- * @return \Cake\Cache\CacheEngine When caching is diabled a null engine will be returned.
+ * @return \Cake\Cache\CacheEngine When caching is disabled a null engine will be returned.
  */
 	public static function engine($config) {
 		if (!static::$_enabled) {