http://www.mediawiki.org/wiki/Special:Code/MediaWiki/73819

Revision: 73819
Author:   tparscal
Date:     2010-09-27 18:43:21 +0000 (Mon, 27 Sep 2010)

Log Message:
-----------
Fixed typo in a comment

Modified Paths:
--------------
    trunk/phase3/includes/libs/CSSMin.php

Modified: trunk/phase3/includes/libs/CSSMin.php
===================================================================
--- trunk/phase3/includes/libs/CSSMin.php       2010-09-27 18:14:18 UTC (rev 
73818)
+++ trunk/phase3/includes/libs/CSSMin.php       2010-09-27 18:43:21 UTC (rev 
73819)
@@ -93,7 +93,7 @@
                        $post = $match['post'][0];
                        $file = "{$local}/{$match['file'][0]}";
                        $url = "{$remote}/{$match['file'][0]}";
-                       // Only proceed if we can access the fill
+                       // Only proceed if we can access the file
                        if ( file_exists( $file ) ) {
                                // Add version parameter as a time-stamp in ISO 
8601 format, using Z for the timezone, meaning GMT
                                $url .= '?' . gmdate( 'Y-m-d\TH:i:s\Z', round( 
filemtime( $file ), -2 ) );



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

Reply via email to