From: Ori Livneh Date: Thu, 15 Nov 2012 09:47:54 +0000 (-0800) Subject: Fix typo: exipration => expiration X-Git-Tag: 1.31.0-rc.0~21633 X-Git-Url: http://git.cyclocoop.org/%22.%24h.%22?a=commitdiff_plain;h=8c313fe58b8dc0c8fe6342f99e0b118ec001fb2d;p=lhc%2Fweb%2Fwiklou.git Fix typo: exipration => expiration Change-Id: I73d19cfeed0596b66e16e4c383b3658594c211e3 --- diff --git a/includes/objectcache/MemcachedClient.php b/includes/objectcache/MemcachedClient.php index 72f6a9fcb9..787a1689ed 100644 --- a/includes/objectcache/MemcachedClient.php +++ b/includes/objectcache/MemcachedClient.php @@ -277,7 +277,7 @@ class MWMemcached { * @param $exp Integer: (optional) Expiration time. This can be a number of seconds * to cache for (up to 30 days inclusive). Any timespans of 30 days + 1 second or * longer must be the timestamp of the time at which the mapping should expire. It - * is safe to use timestamps in all cases, regardless of exipration + * is safe to use timestamps in all cases, regardless of expiration * eg: strtotime("+3 hour") * * @return Boolean