From 301e9404356a726796e0a69f89ec785885d54fce Mon Sep 17 00:00:00 2001 From: Max Semenik Date: Mon, 25 Apr 2011 13:44:54 +0000 Subject: [PATCH] Fix typo in description --- includes/api/ApiQueryQueryPage.php | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/includes/api/ApiQueryQueryPage.php b/includes/api/ApiQueryQueryPage.php index fb72e7e0c0..d6d3ebc1b7 100644 --- a/includes/api/ApiQueryQueryPage.php +++ b/includes/api/ApiQueryQueryPage.php @@ -173,7 +173,7 @@ class ApiQueryQueryPage extends ApiQueryGeneratorBase { } public function getDescription() { - return 'Get a list provide by a QueryPage-based special page'; + return 'Get a list provided by a QueryPage-based special page'; } public function getPossibleErrors() { -- 2.20.1