From f4b92d6b4b15470c360648584035d6f670a40161 Mon Sep 17 00:00:00 2001 From: Sam Reed Date: Sun, 5 Jun 2011 15:12:38 +0000 Subject: [PATCH] Add missing word to r89505 --- includes/api/ApiMain.php | 2 +- includes/api/ApiQueryImageInfo.php | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/includes/api/ApiMain.php b/includes/api/ApiMain.php index 4b8b5307bb..1b9ae2f95b 100644 --- a/includes/api/ApiMain.php +++ b/includes/api/ApiMain.php @@ -788,7 +788,7 @@ class ApiMain extends ApiBase { ' is still in active development, and may change at any time.', ' Make sure to monitor our mailing list for any updates', '', - 'Erroneous requests: When erroneous are sent to the API, a HTTP header will be sent', + 'Erroneous requests: When erroneous requests are sent to the API, a HTTP header will be sent', ' with the key "MediaWiki-API-Error" and then both the value of the', ' header and the error code sent back will be set to the same value', '', diff --git a/includes/api/ApiQueryImageInfo.php b/includes/api/ApiQueryImageInfo.php index 9c9525d8a5..f8152d4a33 100644 --- a/includes/api/ApiQueryImageInfo.php +++ b/includes/api/ApiQueryImageInfo.php @@ -217,7 +217,7 @@ class ApiQueryImageInfo extends ApiQueryBase { * to know which handler, since handlers can make their own parameters. * @param File $image Image that params are for. * @param Array $thumbParams thumbnail parameters from getScale - * @param String String of otherParams (iiurlparam). + * @param String $otherParams of otherParams (iiurlparam). * @return Array of parameters for transform. */ protected function mergeThumbParams ( $image, $thumbParams, $otherParams ) { -- 2.20.1