Fixed typo in a comment
authorTrevor Parscal <tparscal@users.mediawiki.org>
Mon, 27 Sep 2010 18:43:21 +0000 (18:43 +0000)
committerTrevor Parscal <tparscal@users.mediawiki.org>
Mon, 27 Sep 2010 18:43:21 +0000 (18:43 +0000)
includes/libs/CSSMin.php

index 33ca63a..44e5ba9 100644 (file)
@@ -93,7 +93,7 @@ class CSSMin {
                        $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 ) );