Fix typo: exipration => expiration
authorOri Livneh <ori@wikimedia.org>
Thu, 15 Nov 2012 09:47:54 +0000 (01:47 -0800)
committerOri Livneh <ori@wikimedia.org>
Thu, 15 Nov 2012 09:47:54 +0000 (01:47 -0800)
Change-Id: I73d19cfeed0596b66e16e4c383b3658594c211e3

includes/objectcache/MemcachedClient.php

index 72f6a9f..787a168 100644 (file)
@@ -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