Index: trunk/phase3/includes/DefaultSettings.php |
— | — | @@ -1444,7 +1444,7 @@ |
1445 | 1445 | * - CACHE_ANYTHING: Use anything, as long as it works |
1446 | 1446 | * - CACHE_NONE: Do not cache |
1447 | 1447 | * - CACHE_DB: Store cache objects in the DB |
1448 | | - * - CACHE_MEMCACHED: MemCached, must specify servers in $wgMemCacheServers |
| 1448 | + * - CACHE_MEMCACHED: MemCached, must specify servers in $wgMemCachedServers |
1449 | 1449 | * - CACHE_ACCEL: eAccelerator, APC, XCache or WinCache |
1450 | 1450 | * - CACHE_DBA: Use PHP's DBA extension to store in a DBM-style |
1451 | 1451 | * database. This is slow, and is not recommended for |