From: Antoine Musso Date: Wed, 9 Mar 2011 07:12:19 +0000 (+0000) Subject: typo / space fix in HTTP class X-Git-Tag: 1.31.0-rc.0~31546 X-Git-Url: http://git.cyclocoop.org/%24action?a=commitdiff_plain;h=a87cc203c6dfef153fb8bc3e6e299c49fb007fe5;p=lhc%2Fweb%2Fwiklou.git typo / space fix in HTTP class --- diff --git a/includes/HttpFunctions.php b/includes/HttpFunctions.php index 7b965565f4..4a56f89747 100644 --- a/includes/HttpFunctions.php +++ b/includes/HttpFunctions.php @@ -136,8 +136,8 @@ class Http { * This wrapper class will call out to curl (if available) or fallback * to regular PHP if necessary for handling internal HTTP requests. * - * Renamed from HttpRequest to MWHttpRequst to avoid conflict with - * php's HTTP extension. + * Renamed from HttpRequest to MWHttpRequest to avoid conflict with + * PHP's HTTP extension. */ class MWHttpRequest { const SUPPORTS_FILE_POSTS = false; @@ -205,7 +205,7 @@ class MWHttpRequest { /** * Generate a new request object - * @param $url String: url to use + * @param $url String: url to use * @param $options Array: (optional) extra params to pass (see Http::request()) * @see MWHttpRequest::__construct */