Followup to r49449: another typo

This commit is contained in:
Roan Kattouw 2009-04-14 08:58:49 +00:00
parent fa22f51e24
commit 20b69b8fd6

View file

@ -199,7 +199,7 @@ class ApiQueryAbuseFilters extends ApiQueryBase {
'startid' => 'The filter id to start enumerating from',
'endid' => 'The filter id to stop enumerating at',
'dir' => 'The direction in which to enumerate',
'show' => 'Show only filters which meet this criteria',
'show' => 'Show only filters which meet these criteria',
'limit' => 'The maximum number of filters to list',
'prop' => 'Which properties to get',
);