r100244 MediaWiki - Code Review archive

Repository:MediaWiki
Revision:r100243‎ | r100244 | r100245 >
Date:17:48, 19 October 2011
Author:nikerabbit
Status:ok (Comments)
Tags:
Comment:
Fixed a possble typo that
Modified paths:
  • /trunk/extensions/Gadgets/ApiQueryGadgets.php (modified) (history)

Diff [purge]

Index: trunk/extensions/Gadgets/ApiQueryGadgets.php
@@ -203,7 +203,7 @@
204204 return array(
205205 'Get a list of gadgets along with their descriptions:',
206206 ' api.php?action=query&list=gadgets&gaprop=id|desc',
207 - 'Get a list of gadgets with all possble properties:',
 207+ 'Get a list of gadgets with all possible properties:',
208208 " api.php?action=query&list=gadgets&gaprop=$allProps",
209209 'Get a list of gadgets belonging to caregory "foo":',
210210 ' api.php?action=query&list=gadgets&gacategories=foo',

Comments

#Comment by Nikerabbit (talk | contribs)   19:17, 31 October 2011

... that annoyed me.

Status & tagging log