From: Max Semenik Date: Mon, 25 Apr 2011 13:44:54 +0000 (+0000) Subject: Fix typo in description X-Git-Tag: 1.31.0-rc.0~30569 X-Git-Url: http://git.cyclocoop.org/ecrire?a=commitdiff_plain;h=301e9404356a726796e0a69f89ec785885d54fce;p=lhc%2Fweb%2Fwiklou.git Fix typo in description --- 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() {