Minor variable typo
authorAntoine Musso <hashar@users.mediawiki.org>
Sat, 13 Nov 2010 10:41:38 +0000 (10:41 +0000)
committerAntoine Musso <hashar@users.mediawiki.org>
Sat, 13 Nov 2010 10:41:38 +0000 (10:41 +0000)
includes/DefaultSettings.php

index f103a88..0128182 100644 (file)
@@ -1444,7 +1444,7 @@ $wgCacheDirectory = false;
  *   - CACHE_ANYTHING:   Use anything, as long as it works
  *   - CACHE_NONE:       Do not cache
  *   - CACHE_DB:         Store cache objects in the DB
- *   - CACHE_MEMCACHED:  MemCached, must specify servers in $wgMemCacheServers
+ *   - CACHE_MEMCACHED:  MemCached, must specify servers in $wgMemCachedServers
  *   - CACHE_ACCEL:      eAccelerator, APC, XCache or WinCache
  *   - CACHE_DBA:        Use PHP's DBA extension to store in a DBM-style
  *                       database. This is slow, and is not recommended for