From: Petr Onderka Date: Thu, 10 May 2012 18:36:34 +0000 (+0200) Subject: Fixed typo in description in categorymembers module X-Git-Tag: 1.31.0-rc.0~23656 X-Git-Url: http://git.cyclocoop.org/url?a=commitdiff_plain;h=7264a755154385927eb55127f827527f42cc42b5;p=lhc%2Fweb%2Fwiklou.git Fixed typo in description in categorymembers module Change-Id: I7d82df6a4b0f65fe763e0eea23dfa05ae2e7c5f1 --- diff --git a/includes/api/ApiQueryCategoryMembers.php b/includes/api/ApiQueryCategoryMembers.php index 82c28f4f92..0f7800f619 100644 --- a/includes/api/ApiQueryCategoryMembers.php +++ b/includes/api/ApiQueryCategoryMembers.php @@ -349,7 +349,7 @@ class ApiQueryCategoryMembers extends ApiQueryGeneratorBase { 'endsortkey' => "Sortkey to end listing at. Must be given in binary format. Can only be used with {$p}sort=sortkey", 'startsortkeyprefix' => "Sortkey prefix to start listing from. Can only be used with {$p}sort=sortkey. Overrides {$p}startsortkey", 'endsortkeyprefix' => "Sortkey prefix to end listing BEFORE (not at, if this value occurs it will not be included!). Can only be used with {$p}sort=sortkey. Overrides {$p}endsortkey", - 'continue' => 'For large categories, give the value retured from previous query', + 'continue' => 'For large categories, give the value returned from previous query', 'limit' => 'The maximum number of pages to return.', );