From f8dc68bd9885f86c52790d555581e5cda42315bc Mon Sep 17 00:00:00 2001 From: Jeroen De Dauw Date: Fri, 29 Apr 2011 15:37:01 +0000 Subject: [PATCH] fix typo --- includes/api/ApiBase.php | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/includes/api/ApiBase.php b/includes/api/ApiBase.php index 4ba17a79fa..2e204d589c 100644 --- a/includes/api/ApiBase.php +++ b/includes/api/ApiBase.php @@ -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,h 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 -- 2.20.1