Fix expires typo in comment
authorReedy <reedy@wikimedia.org>
Wed, 8 Oct 2014 15:55:52 +0000 (16:55 +0100)
committerReedy <reedy@wikimedia.org>
Wed, 8 Oct 2014 15:55:52 +0000 (16:55 +0100)
Change-Id: I4bb63f610ce0ec246c4aa7aef3d04f096fb3e564

includes/objectcache/MemcachedBagOStuff.php

index 53edcdd..0e133a8 100644 (file)
@@ -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