From: Krinkle Date: Thu, 8 Mar 2012 03:19:51 +0000 (+0000) Subject: [ObjectCache.php] typo from r112985 X-Git-Tag: 1.31.0-rc.0~24335 X-Git-Url: https://git.cyclocoop.org/%27.WWW_URL.%27admin/?a=commitdiff_plain;h=ff2cc27e1663809c3737c5b8c5c9c738dce4983a;p=lhc%2Fweb%2Fwiklou.git [ObjectCache.php] typo from r112985 --- diff --git a/includes/objectcache/ObjectCache.php b/includes/objectcache/ObjectCache.php index b260e3714c..6225bb24c0 100644 --- a/includes/objectcache/ObjectCache.php +++ b/includes/objectcache/ObjectCache.php @@ -75,8 +75,8 @@ class ObjectCache { * CACHE_ANYTHING means that stuff has to be cached, not caching is not an option. * If a caching method is configured for any of the main caches ($wgMainCacheType, * $wgMessageCacheType, $wgParserCacheType), then CACHE_ANYTHING will effectively - * be an alias to the configured cache choise for that. - * If no cache choise is configured (by default $wgMainCacheType is CACHE_NONE), + * be an alias to the configured cache choice for that. + * If no cache choice is configured (by default $wgMainCacheType is CACHE_NONE), * then CACHE_ANYTHING will forward to CACHE_DB. */ static function newAnything( $params ) {