Index: trunk/phase3/includes/installer/Installer.php |
— | — | @@ -217,7 +217,7 @@ |
218 | 218 | |
219 | 219 | /** |
220 | 220 | * Determine if LocalSettings exists. If it does, return an appropriate |
221 | | - * status for whether we should can upgrade or not. |
| 221 | + * status for whether upgrading is enabled or not. |
222 | 222 | * |
223 | 223 | * @return Status |
224 | 224 | */ |
— | — | @@ -306,7 +306,7 @@ |
307 | 307 | * external links work just fine. |
308 | 308 | * |
309 | 309 | * But in case a translator decides to throw in a #ifexist or internal link or |
310 | | - * whatever, this function is guarded to catch attempted DB access and to present |
| 310 | + * whatever, this function is guarded to catch the attempted DB access and to present |
311 | 311 | * some fallback text. |
312 | 312 | * |
313 | 313 | * @param $text String |
— | — | @@ -867,7 +867,7 @@ |
868 | 868 | * @param $path String: path to search |
869 | 869 | * @param $names Array of executable names |
870 | 870 | * @param $versionInfo Boolean false or array with two members: |
871 | | - * 0 => Command to run for version check, with $1 for the path |
| 871 | + * 0 => Command to run for version check, with $1 for the full executable name |
872 | 872 | * 1 => String to compare the output with |
873 | 873 | * |
874 | 874 | * If $versionInfo is not false, only executables with a version |
Index: trunk/phase3/includes/memcached-client.php |
— | — | @@ -289,7 +289,7 @@ |
290 | 290 | // {{{ decr() |
291 | 291 | |
292 | 292 | /** |
293 | | - * Decriment a value stored on the memcache server |
| 293 | + * Decrement a value stored on the memcache server |
294 | 294 | * |
295 | 295 | * @param $key String: key to decriment |
296 | 296 | * @param $amt Integer: (optional) amount to decriment |