From: addshore Date: Fri, 22 Mar 2019 10:25:11 +0000 (+0100) Subject: Fix WANObjectCache typo in phpdoc X-Git-Tag: 1.34.0-rc.0~2410 X-Git-Url: http://git.cyclocoop.org/data/%24self?a=commitdiff_plain;h=8fc39d3c382c3ccba7adbad795c41dfa13ac014e;p=lhc%2Fweb%2Fwiklou.git Fix WANObjectCache typo in phpdoc Change-Id: I6b9d68bc4832fe71217d5c0ef66bebdfa9b459ce --- 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]