From: Platonides Date: Tue, 8 May 2012 21:27:21 +0000 (+0200) Subject: Typo in comment X-Git-Tag: 1.31.0-rc.0~23678^2 X-Git-Url: http://git.cyclocoop.org/%7B%24admin_url%7Dcompta/comptes/journal.php?a=commitdiff_plain;h=2af392378d4d552cea26c45d5290b5bef5bd6cd2;p=lhc%2Fweb%2Fwiklou.git Typo in comment Change-Id: Ic5e1451f86d7bcda374fd12b5a9b85fe199a7c1a --- 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) {