Index: trunk/phase3/includes/api/ApiMain.php |
— | — | @@ -788,7 +788,7 @@ |
789 | 789 | ' is still in active development, and may change at any time.', |
790 | 790 | ' Make sure to monitor our mailing list for any updates', |
791 | 791 | '', |
792 | | - 'Erroneous requests: When erroneous are sent to the API, a HTTP header will be sent', |
| 792 | + 'Erroneous requests: When erroneous requests are sent to the API, a HTTP header will be sent', |
793 | 793 | ' with the key "MediaWiki-API-Error" and then both the value of the', |
794 | 794 | ' header and the error code sent back will be set to the same value', |
795 | 795 | '', |
Index: trunk/phase3/includes/api/ApiQueryImageInfo.php |
— | — | @@ -217,7 +217,7 @@ |
218 | 218 | * to know which handler, since handlers can make their own parameters. |
219 | 219 | * @param File $image Image that params are for. |
220 | 220 | * @param Array $thumbParams thumbnail parameters from getScale |
221 | | - * @param String String of otherParams (iiurlparam). |
| 221 | + * @param String $otherParams of otherParams (iiurlparam). |
222 | 222 | * @return Array of parameters for transform. |
223 | 223 | */ |
224 | 224 | protected function mergeThumbParams ( $image, $thumbParams, $otherParams ) { |