http://www.mediawiki.org/wiki/Special:Code/MediaWiki/89506

Revision: 89506
Author:   reedy
Date:     2011-06-05 15:12:38 +0000 (Sun, 05 Jun 2011)
Log Message:
-----------
Add missing word to r89505

Modified Paths:
--------------
    trunk/phase3/includes/api/ApiMain.php
    trunk/phase3/includes/api/ApiQueryImageInfo.php

Modified: trunk/phase3/includes/api/ApiMain.php
===================================================================
--- trunk/phase3/includes/api/ApiMain.php       2011-06-05 15:10:11 UTC (rev 
89505)
+++ trunk/phase3/includes/api/ApiMain.php       2011-06-05 15:12:38 UTC (rev 
89506)
@@ -788,7 +788,7 @@
                        '                       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',
                        '',

Modified: trunk/phase3/includes/api/ApiQueryImageInfo.php
===================================================================
--- trunk/phase3/includes/api/ApiQueryImageInfo.php     2011-06-05 15:10:11 UTC 
(rev 89505)
+++ trunk/phase3/includes/api/ApiQueryImageInfo.php     2011-06-05 15:12:38 UTC 
(rev 89506)
@@ -217,7 +217,7 @@
         * 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 ) {


_______________________________________________
MediaWiki-CVS mailing list
[email protected]
https://lists.wikimedia.org/mailman/listinfo/mediawiki-cvs

Reply via email to