Index: trunk/phase3/includes/libs/CSSMin.php |
— | — | @@ -93,7 +93,7 @@ |
94 | 94 | $post = $match['post'][0]; |
95 | 95 | $file = "{$local}/{$match['file'][0]}"; |
96 | 96 | $url = "{$remote}/{$match['file'][0]}"; |
97 | | - // Only proceed if we can access the fill |
| 97 | + // Only proceed if we can access the file |
98 | 98 | if ( file_exists( $file ) ) { |
99 | 99 | // Add version parameter as a time-stamp in ISO 8601 format, using Z for the timezone, meaning GMT |
100 | 100 | $url .= '?' . gmdate( 'Y-m-d\TH:i:s\Z', round( filemtime( $file ), -2 ) ); |