From 8c313fe58b8dc0c8fe6342f99e0b118ec001fb2d Mon Sep 17 00:00:00 2001 From: Ori Livneh Date: Thu, 15 Nov 2012 01:47:54 -0800 Subject: [PATCH] Fix typo: exipration => expiration Change-Id: I73d19cfeed0596b66e16e4c383b3658594c211e3 --- includes/objectcache/MemcachedClient.php | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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 -- 2.20.1