Typo in comment
authorPlatonides <platonides@gmail.com>
Tue, 8 May 2012 21:27:21 +0000 (23:27 +0200)
committerPlatonides <platonides@gmail.com>
Tue, 8 May 2012 21:27:21 +0000 (23:27 +0200)
Change-Id: Ic5e1451f86d7bcda374fd12b5a9b85fe199a7c1a

includes/HttpFunctions.php

index 054a836..8b71334 100644 (file)
@@ -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) {