Index: trunk/phase3/includes/memcached-client.php |
— | — | @@ -289,10 +289,10 @@ |
290 | 290 | // {{{ decr() |
291 | 291 | |
292 | 292 | /** |
293 | | - * Decrement a value stored on the memcache server |
| 293 | + * Decrease a value stored on the memcache server |
294 | 294 | * |
295 | | - * @param $key String: key to decriment |
296 | | - * @param $amt Integer: (optional) amount to decriment |
| 295 | + * @param $key String: key to decrease |
| 296 | + * @param $amt Integer: (optional) amount to decrease |
297 | 297 | * |
298 | 298 | * @return Mixed: FALSE on failure, value on success |
299 | 299 | */ |