Index: trunk/phase3/includes/objectcache/ObjectCache.php |
— | — | @@ -75,8 +75,8 @@ |
76 | 76 | * CACHE_ANYTHING means that stuff has to be cached, not caching is not an option. |
77 | 77 | * If a caching method is configured for any of the main caches ($wgMainCacheType, |
78 | 78 | * $wgMessageCacheType, $wgParserCacheType), then CACHE_ANYTHING will effectively |
79 | | - * be an alias to the configured cache choise for that. |
80 | | - * If no cache choise is configured (by default $wgMainCacheType is CACHE_NONE), |
| 79 | + * be an alias to the configured cache choice for that. |
| 80 | + * If no cache choice is configured (by default $wgMainCacheType is CACHE_NONE), |
81 | 81 | * then CACHE_ANYTHING will forward to CACHE_DB. |
82 | 82 | */ |
83 | 83 | static function newAnything( $params ) { |