Fix typo ('associed' => 'associated').
authorOri Livneh <ori@wikimedia.org>
Fri, 14 Jun 2013 22:26:00 +0000 (15:26 -0700)
committerOri Livneh <ori@wikimedia.org>
Fri, 14 Jun 2013 22:26:36 +0000 (15:26 -0700)
Change-Id: I5ea2eec92ebe397f2d269562f1650e59cb969a19

includes/libs/HttpStatus.php

index 78d8180..4f626b2 100644 (file)
@@ -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 )
         *