Index: trunk/extensions/AbuseFilter/ApiQueryAbuseFilters.php |
— | — | @@ -197,9 +197,9 @@ |
198 | 198 | public function getParamDescription() { |
199 | 199 | return array ( |
200 | 200 | 'startid' => 'The filter id to start enumerating from', |
201 | | - 'endid' => 'The filter if to stop enumerating at', |
| 201 | + 'endid' => 'The filter id to stop enumerating at', |
202 | 202 | 'dir' => 'The direction in which to enumerate', |
203 | | - 'show' => 'Shoe only filters which meet this criteria', |
| 203 | + 'show' => 'Show only filters which meet this criteria', |
204 | 204 | 'limit' => 'The maximum number of filters to list', |
205 | 205 | 'prop' => 'Which properties to get', |
206 | 206 | ); |