fix typo's
authormlitn <git@mullie.eu>
Tue, 26 Jun 2012 15:43:38 +0000 (17:43 +0200)
committermlitn <git@mullie.eu>
Tue, 26 Jun 2012 15:43:38 +0000 (17:43 +0200)
Change-Id: I2dda789683f34207e09e8b09ee0218285f708068

docs/hooks.txt
includes/specials/SpecialContributions.php

index 4f40243..b7e9adb 100644 (file)
@@ -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
index 9d4fd70..239ab33 100644 (file)
@@ -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