X-Git-Url: https://git.heureux-cyclage.org/?a=blobdiff_plain;f=includes%2Fmemcached-client.php;h=53f0324f7e53387150aaba5a4329676ad5467430;hb=e391b31946ad3ec47292fac1f8c50d829078fb87;hp=feb9166af8af20455dbb12619f7163cd8ca229ad;hpb=b2e392b3d865b30bb386cd039f2c3642a3d59c8c;p=lhc%2Fweb%2Fwiklou.git diff --git a/includes/memcached-client.php b/includes/memcached-client.php index feb9166af8..53f0324f7e 100644 --- a/includes/memcached-client.php +++ b/includes/memcached-client.php @@ -240,7 +240,7 @@ class MWMemcached { /** * Memcache initializer * - * @param $args Associative array of settings + * @param $args Array Associative array of settings * * @return mixed */ @@ -289,10 +289,10 @@ class MWMemcached { // {{{ decr() /** - * Decriment a value stored on the memcache server + * Decrease a value stored on the memcache server * - * @param $key String: key to decriment - * @param $amt Integer: (optional) amount to decriment + * @param $key String: key to decrease + * @param $amt Integer: (optional) amount to decrease * * @return Mixed: FALSE on failure, value on success */