Fix WANObjectCache doc typo
authorAaron Schulz <aschulz@wikimedia.org>
Thu, 13 Oct 2016 08:15:12 +0000 (01:15 -0700)
committerAaron Schulz <aschulz@wikimedia.org>
Thu, 13 Oct 2016 08:15:12 +0000 (01:15 -0700)
Change-Id: I74ef6598d86bdf43ae35f776878cfbb8e9695907

includes/libs/objectcache/WANObjectCache.php

index d7db732..b0a3109 100644 (file)
@@ -1046,7 +1046,7 @@ class WANObjectCache implements IExpiringStore, LoggerAwareInterface {
         * Example usage:
         * @code
         *     $rows = $cache->getMultiWithSetCallback(
-        *         // Map of cache keys to entitiy IDs
+        *         // Map of cache keys to entity IDs
         *         $cache->makeMultiKeys(
         *             $this->fileVersionIds(),
         *             function ( $id, WANObjectCache $cache ) {