From: Aaron Schulz Date: Thu, 13 Oct 2016 08:15:12 +0000 (-0700) Subject: Fix WANObjectCache doc typo X-Git-Tag: 1.31.0-rc.0~5121^2 X-Git-Url: http://git.cyclocoop.org/%22.%24image2.%22?a=commitdiff_plain;h=ec0b9d55c3429882a6f0f0480066987148b343a3;p=lhc%2Fweb%2Fwiklou.git Fix WANObjectCache doc typo Change-Id: I74ef6598d86bdf43ae35f776878cfbb8e9695907 --- diff --git a/includes/libs/objectcache/WANObjectCache.php b/includes/libs/objectcache/WANObjectCache.php index d7db732c41..b0a3109acf 100644 --- a/includes/libs/objectcache/WANObjectCache.php +++ b/includes/libs/objectcache/WANObjectCache.php @@ -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 ) {