From f3ae6fa6cc3f26bdfcb01ac2a06e4f8dcc19bb26 Mon Sep 17 00:00:00 2001 From: Reedy Date: Wed, 8 Oct 2014 16:55:52 +0100 Subject: [PATCH] Fix expires typo in comment Change-Id: I4bb63f610ce0ec246c4aa7aef3d04f096fb3e564 --- includes/objectcache/MemcachedBagOStuff.php | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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 -- 2.20.1