From 2af392378d4d552cea26c45d5290b5bef5bd6cd2 Mon Sep 17 00:00:00 2001 From: Platonides Date: Tue, 8 May 2012 23:27:21 +0200 Subject: [PATCH] Typo in comment Change-Id: Ic5e1451f86d7bcda374fd12b5a9b85fe199a7c1a --- includes/HttpFunctions.php | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/includes/HttpFunctions.php b/includes/HttpFunctions.php index 054a836c04..8b71334122 100644 --- a/includes/HttpFunctions.php +++ b/includes/HttpFunctions.php @@ -896,7 +896,7 @@ class PhpHttpRequest extends MWHttpRequest { return $this->status; } - // If everything went OK, or we recieved some error code + // If everything went OK, or we received some error code // get the response body content. if ( $this->status->isOK() || (int)$this->respStatus >= 300) { -- 2.20.1