From: Ori Livneh Date: Fri, 14 Jun 2013 22:26:00 +0000 (-0700) Subject: Fix typo ('associed' => 'associated'). X-Git-Tag: 1.31.0-rc.0~19420 X-Git-Url: http://git.cyclocoop.org/url?a=commitdiff_plain;h=49bec29fc9c8eaecf03760d9d00eb5ce1a7a39c2;p=lhc%2Fweb%2Fwiklou.git Fix typo ('associed' => 'associated'). Change-Id: I5ea2eec92ebe397f2d269562f1650e59cb969a19 --- diff --git a/includes/libs/HttpStatus.php b/includes/libs/HttpStatus.php index 78d8180308..4f626b23c5 100644 --- a/includes/libs/HttpStatus.php +++ b/includes/libs/HttpStatus.php @@ -26,7 +26,7 @@ class HttpStatus { /** - * Get the message associed with the HTTP response code $code + * Get the message associated with HTTP response code $code * * Replace OutputPage::getStatusMessage( $code ) *