From ec0b9d55c3429882a6f0f0480066987148b343a3 Mon Sep 17 00:00:00 2001 From: Aaron Schulz Date: Thu, 13 Oct 2016 01:15:12 -0700 Subject: [PATCH] Fix WANObjectCache doc typo Change-Id: I74ef6598d86bdf43ae35f776878cfbb8e9695907 --- includes/libs/objectcache/WANObjectCache.php | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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 ) { -- 2.20.1