From: Jeroen De Dauw Date: Fri, 29 Apr 2011 15:37:01 +0000 (+0000) Subject: fix typo X-Git-Tag: 1.31.0-rc.0~30516 X-Git-Url: http://git.cyclocoop.org/%27-%20%20.%20url_absolue%28find_in_path%28%27spip_style.css%27%29%29%20%20%20.%20url_absolue%28find_in_path%28%27prive/spip_style.css%27%29%29%20.%20%27?a=commitdiff_plain;h=f8dc68bd9885f86c52790d555581e5cda42315bc;p=lhc%2Fweb%2Fwiklou.git fix typo --- 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