From 49bec29fc9c8eaecf03760d9d00eb5ce1a7a39c2 Mon Sep 17 00:00:00 2001 From: Ori Livneh Date: Fri, 14 Jun 2013 15:26:00 -0700 Subject: [PATCH] Fix typo ('associed' => 'associated'). Change-Id: I5ea2eec92ebe397f2d269562f1650e59cb969a19 --- includes/libs/HttpStatus.php | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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 ) * -- 2.20.1