X-Git-Url: http://git.cyclocoop.org/?a=blobdiff_plain;f=includes%2Fobjectcache%2FXCacheBagOStuff.php;h=8e2a160df946e4a9eef4daf628ac788107014e20;hb=76258366ba4eb90facac993086249d8f86d2a973;hp=b12a40c7a4c50c9cf863088e4a2e70943563b2d4;hpb=27ca77bdd2512a27c58547d810a5206cc4c12b22;p=lhc%2Fweb%2Fwiklou.git diff --git a/includes/objectcache/XCacheBagOStuff.php b/includes/objectcache/XCacheBagOStuff.php index b12a40c7a4..8e2a160df9 100644 --- a/includes/objectcache/XCacheBagOStuff.php +++ b/includes/objectcache/XCacheBagOStuff.php @@ -101,7 +101,7 @@ class XCacheBagOStuff extends BagOStuff { * @param Closure $callback Callback method to be executed * @param int $exptime Either an interval in seconds or a unix timestamp for expiry * @param int $attempts The amount of times to attempt a merge in case of failure - * @return bool Cuccess + * @return bool Success */ public function merge( $key, Closure $callback, $exptime = 0, $attempts = 10 ) { return $this->mergeViaLock( $key, $callback, $exptime, $attempts );