Index: trunk/extensions/Gadgets/ApiQueryGadgets.php |
— | — | @@ -203,7 +203,7 @@ |
204 | 204 | return array( |
205 | 205 | 'Get a list of gadgets along with their descriptions:', |
206 | 206 | ' 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:', |
208 | 208 | " api.php?action=query&list=gadgets&gaprop=$allProps", |
209 | 209 | 'Get a list of gadgets belonging to caregory "foo":', |
210 | 210 | ' api.php?action=query&list=gadgets&gacategories=foo', |