From b9c3930bb577e47d2a42c4b28695d27ab5c74b34 Mon Sep 17 00:00:00 2001 From: Sam Reed Date: Fri, 14 May 2010 11:25:41 +0000 Subject: [PATCH] metadata is one word... --- includes/api/ApiQuery.php | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/includes/api/ApiQuery.php b/includes/api/ApiQuery.php index ec0c04d8b6..772264a9a9 100644 --- a/includes/api/ApiQuery.php +++ b/includes/api/ApiQuery.php @@ -569,9 +569,9 @@ class ApiQuery extends ApiBase { return array( 'prop' => 'Which properties to get for the titles/revisions/pageids', 'list' => 'Which lists to get', - 'meta' => 'Which meta data to get about the site', + 'meta' => 'Which metadata to get about the site', 'generator' => array( 'Use the output of a list as the input for other prop/list/meta items', - 'NOTE: generator parameter names must be prefixed with a \'g\', see examples.' ), + 'NOTE: generator parameter names must be prefixed with a \'g\', see examples' ), 'redirects' => 'Automatically resolve redirects', 'indexpageids' => 'Include an additional pageids section listing all returned page IDs', 'export' => 'Export the current revisions of all given or generated pages', -- 2.20.1