Merge "Updated spelling dictionary"
[lhc/web/wiklou.git] / includes / objectcache / XCacheBagOStuff.php
index b12a40c..8e2a160 100644 (file)
@@ -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 );