Revision: 46122
Author:   aaron
Date:     2009-01-24 06:43:25 +0000 (Sat, 24 Jan 2009)

Log Message:
-----------
Fix doc typo

Modified Paths:
--------------
    trunk/extensions/FlaggedRevs/specialpages/RatingHistory_body.php

Modified: trunk/extensions/FlaggedRevs/specialpages/RatingHistory_body.php
===================================================================
--- trunk/extensions/FlaggedRevs/specialpages/RatingHistory_body.php    
2009-01-24 06:41:34 UTC (rev 46121)
+++ trunk/extensions/FlaggedRevs/specialpages/RatingHistory_body.php    
2009-01-24 06:43:25 UTC (rev 46122)
@@ -626,7 +626,7 @@
                $key = wfMemcKey( 'flaggedrevs', 'ratingtally', 
$page->getArticleId(), $period );
                $set = $wgMemc->get($key);
                // Cutoff is at the 24 hour mark due to the way the aggregate 
-               // schema groups ratings by data for graphs.
+               // schema groups ratings by date for graphs.
                $now = time();
                $cache_cutoff = $now - ($now % 86400);
                if( is_array($set) ) {



_______________________________________________
MediaWiki-CVS mailing list
[email protected]
https://lists.wikimedia.org/mailman/listinfo/mediawiki-cvs

Reply via email to