Index: trunk/phase3/includes/BagOStuff.php |
— | — | @@ -131,7 +131,7 @@ |
132 | 132 | } |
133 | 133 | |
134 | 134 | /** |
135 | | - * @param $key String: Key yo increase |
| 135 | + * @param $key String: Key to increase |
136 | 136 | * @param $value Integer: Value to add to $key (Default 1) |
137 | 137 | * @return null if lock is not possible else $key value increased by $value |
138 | 138 | */ |