From: Sam Reed Date: Sun, 5 Jun 2011 15:12:38 +0000 (+0000) Subject: Add missing word to r89505 X-Git-Tag: 1.31.0-rc.0~29706 X-Git-Url: http://git.cyclocoop.org/ecrire?a=commitdiff_plain;h=f4b92d6b4b15470c360648584035d6f670a40161;p=lhc%2Fweb%2Fwiklou.git Add missing word to r89505 --- 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 ) {