From: Reedy Date: Wed, 8 Oct 2014 15:55:52 +0000 (+0100) Subject: Fix expires typo in comment X-Git-Tag: 1.31.0-rc.0~13657^2 X-Git-Url: https://git.cyclocoop.org/%28%28?a=commitdiff_plain;h=f3ae6fa6cc3f26bdfcb01ac2a06e4f8dcc19bb26;p=lhc%2Fweb%2Fwiklou.git Fix expires typo in comment Change-Id: I4bb63f610ce0ec246c4aa7aef3d04f096fb3e564 --- diff --git a/includes/objectcache/MemcachedBagOStuff.php b/includes/objectcache/MemcachedBagOStuff.php index 53edcddec9..0e133a8813 100644 --- a/includes/objectcache/MemcachedBagOStuff.php +++ b/includes/objectcache/MemcachedBagOStuff.php @@ -145,7 +145,7 @@ class MemcachedBagOStuff extends BagOStuff { * TTLs higher than 30 days will be detected as absolute TTLs * (UNIX timestamps), and will result in the cache entry being * discarded immediately because the expiry is in the past. - * Clamp expiries >30d at 30d, unless they're >=1e9 in which + * Clamp expires >30d at 30d, unless they're >=1e9 in which * case they are likely to really be absolute (1e9 = 2011-09-09) * @param int $expiry * @return int