Fixed typo in description in categorymembers module
authorPetr Onderka <gsvick@gmail.com>
Thu, 10 May 2012 18:36:34 +0000 (20:36 +0200)
committerPetr Onderka <gsvick@gmail.com>
Thu, 10 May 2012 18:36:34 +0000 (20:36 +0200)
Change-Id: I7d82df6a4b0f65fe763e0eea23dfa05ae2e7c5f1

includes/api/ApiQueryCategoryMembers.php

index 82c28f4..0f7800f 100644 (file)
@@ -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.',
                );