From 8fc39d3c382c3ccba7adbad795c41dfa13ac014e Mon Sep 17 00:00:00 2001 From: addshore Date: Fri, 22 Mar 2019 11:25:11 +0100 Subject: [PATCH] Fix WANObjectCache typo in phpdoc Change-Id: I6b9d68bc4832fe71217d5c0ef66bebdfa9b459ce --- 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 9fbad395b7..ba21156047 100644 --- a/includes/libs/objectcache/WANObjectCache.php +++ b/includes/libs/objectcache/WANObjectCache.php @@ -320,7 +320,7 @@ class WANObjectCache implements IExpiringStore, LoggerAwareInterface { * - tombAsOf: UNIX timestamp of the tombstone or null if the key is not tombstoned * - lastCKPurge: UNIX timestamp of the highest check key or null if none provided * - * Othwerwise, $info will transform into the cached value timestamp. + * Otherwise, $info will transform into the cached value timestamp. * * @param string $key Cache key made from makeKey() or makeGlobalKey() * @param mixed|null &$curTTL Approximate TTL left on the key if present/tombstoned [returned] -- 2.20.1