Index: trunk/phase3/includes/api/ApiBase.php |
— | — | @@ -30,7 +30,7 @@ |
31 | 31 | * The class functions are divided into several areas of functionality: |
32 | 32 | * |
33 | 33 | * Module parameters: Derived classes can define getAllowedParams() to specify |
34 | | - * which parameters to expect,h ow to parse and validate them. |
| 34 | + * which parameters to expect, how to parse and validate them. |
35 | 35 | * |
36 | 36 | * Profiling: various methods to allow keeping tabs on various tasks and their |
37 | 37 | * time costs |