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

Revision: 100244
Author:   nikerabbit
Date:     2011-10-19 17:48:22 +0000 (Wed, 19 Oct 2011)
Log Message:
-----------
Fixed a possble typo that

Modified Paths:
--------------
    trunk/extensions/Gadgets/ApiQueryGadgets.php

Modified: trunk/extensions/Gadgets/ApiQueryGadgets.php
===================================================================
--- trunk/extensions/Gadgets/ApiQueryGadgets.php        2011-10-19 17:35:43 UTC 
(rev 100243)
+++ trunk/extensions/Gadgets/ApiQueryGadgets.php        2011-10-19 17:48:22 UTC 
(rev 100244)
@@ -203,7 +203,7 @@
                return array(
                        'Get a list of gadgets along with their descriptions:',
                        '    api.php?action=query&list=gadgets&gaprop=id|desc',
-                       'Get a list of gadgets with all possble properties:',
+                       'Get a list of gadgets with all possible properties:',
                        "    
api.php?action=query&list=gadgets&gaprop=$allProps",
                        'Get a list of gadgets belonging to caregory "foo":',
                        '    
api.php?action=query&list=gadgets&gacategories=foo',


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

Reply via email to