X-Git-Url: http://git.heureux-cyclage.org/?a=blobdiff_plain;f=includes%2FHttpFunctions.php;h=201a9e5a8deee4f02da3ed2b358172d226a9ba85;hb=b47a2148c68b7bc58b12ec77fa3fe159f834e4e7;hp=a1d2e59e590652056ef54b2da3dce8ea91b3ff1e;hpb=171df24cd462ea26fce652855a739d10bff72bd6;p=lhc%2Fweb%2Fwiklou.git diff --git a/includes/HttpFunctions.php b/includes/HttpFunctions.php index a1d2e59e59..201a9e5a8d 100644 --- a/includes/HttpFunctions.php +++ b/includes/HttpFunctions.php @@ -1,4 +1,26 @@ $o = $options[$o]; } } @@ -885,7 +912,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) {