Merge "Fix WANObjectCache doc typo"
authorjenkins-bot <jenkins-bot@gerrit.wikimedia.org>
Thu, 13 Oct 2016 20:29:25 +0000 (20:29 +0000)
committerGerrit Code Review <gerrit@wikimedia.org>
Thu, 13 Oct 2016 20:29:25 +0000 (20:29 +0000)
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 ) {