fix typo
authorJeroen De Dauw <jeroendedauw@users.mediawiki.org>
Fri, 29 Apr 2011 15:37:01 +0000 (15:37 +0000)
committerJeroen De Dauw <jeroendedauw@users.mediawiki.org>
Fri, 29 Apr 2011 15:37:01 +0000 (15:37 +0000)
includes/api/ApiBase.php

index 4ba17a7..2e204d5 100644 (file)
@@ -30,7 +30,7 @@
  * The class functions are divided into several areas of functionality:
  *
  * Module parameters: Derived classes can define getAllowedParams() to specify
- *     which parameters to expect,ow to parse and validate them.
+ *     which parameters to expect, how to parse and validate them.
  *
  * Profiling: various methods to allow keeping tabs on various tasks and their
  *     time costs