From: mlitn Date: Tue, 26 Jun 2012 15:43:38 +0000 (+0200) Subject: fix typo's X-Git-Tag: 1.31.0-rc.0~23224^2 X-Git-Url: https://git.cyclocoop.org/%7B%24www_url%7Dadmin/compta/comptes/ajouter.php?a=commitdiff_plain;h=d0131e8a1914e76f220ade2cd723dc52bdb06ec9;p=lhc%2Fweb%2Fwiklou.git fix typo's Change-Id: I2dda789683f34207e09e8b09ee0218285f708068 --- diff --git a/docs/hooks.txt b/docs/hooks.txt index 4f40243795..b7e9adb5f3 100644 --- a/docs/hooks.txt +++ b/docs/hooks.txt @@ -702,7 +702,7 @@ $user: user (object) whose email is being confirmed &$queryInfo: The query for the contribs Pager 'ContribsPager::reallyDoQuery': Called before really executing the query for My Contributions -&$$data: an array of results of all contribs queries +&$data: an array of results of all contribs queries $pager: The ContribsPager object hooked into $offset: Index offset, inclusive $limit: Exact query limit diff --git a/includes/specials/SpecialContributions.php b/includes/specials/SpecialContributions.php index 9d4fd7039c..239ab3315b 100644 --- a/includes/specials/SpecialContributions.php +++ b/includes/specials/SpecialContributions.php @@ -645,7 +645,7 @@ class ContribsPager extends ReverseChronologicalPager { krsort( $result ); } - // enfore limit + // enforce limit $result = array_slice( $result, 0, $limit ); // get rid of array keys