https://www.mediawiki.org/wiki/Special:Code/MediaWiki/113346

Revision: 113346
Author:   krinkle
Date:     2012-03-08 03:19:51 +0000 (Thu, 08 Mar 2012)
Log Message:
-----------
[ObjectCache.php] typo from r112985

Modified Paths:
--------------
    trunk/phase3/includes/objectcache/ObjectCache.php

Modified: trunk/phase3/includes/objectcache/ObjectCache.php
===================================================================
--- trunk/phase3/includes/objectcache/ObjectCache.php   2012-03-08 02:50:43 UTC 
(rev 113345)
+++ trunk/phase3/includes/objectcache/ObjectCache.php   2012-03-08 03:19:51 UTC 
(rev 113346)
@@ -75,8 +75,8 @@
         * 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 ) {


_______________________________________________
MediaWiki-CVS mailing list
[email protected]
https://lists.wikimedia.org/mailman/listinfo/mediawiki-cvs

Reply via email to