From a87cc203c6dfef153fb8bc3e6e299c49fb007fe5 Mon Sep 17 00:00:00 2001 From: Antoine Musso Date: Wed, 9 Mar 2011 07:12:19 +0000 Subject: [PATCH] typo / space fix in HTTP class --- includes/HttpFunctions.php | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) 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 */ -- 2.20.1