Move over some initial_setup() for Postgres (THIS IS BROKEN, NEEDS REVIEW/WORK FROM...
[lhc/web/wiklou.git] / includes / memcached-client.php
index feb9166..53f0324 100644 (file)
@@ -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
         */