Fix WANObjectCache typo in phpdoc
authoraddshore <addshorewiki@gmail.com>
Fri, 22 Mar 2019 10:25:11 +0000 (11:25 +0100)
committeraddshore <addshorewiki@gmail.com>
Fri, 22 Mar 2019 10:25:11 +0000 (11:25 +0100)
Change-Id: I6b9d68bc4832fe71217d5c0ef66bebdfa9b459ce

includes/libs/objectcache/WANObjectCache.php

index 9fbad39..ba21156 100644 (file)
@@ -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]