Index: trunk/phase3/includes/libs/CSSMin.php |
— | — | @@ -121,7 +121,7 @@ |
122 | 122 | // this used to be how you get the mime-type of a file |
123 | 123 | $type = mime_content_type( $file ); |
124 | 124 | } else { |
125 | | - // Worst-case scenario has happend, |
| 125 | + // Worst-case scenario has happened, |
126 | 126 | // use the file extension to infer the mime-type |
127 | 127 | $ext = strtolower( pathinfo( $file, PATHINFO_EXTENSION ) ); |
128 | 128 | if ( isset( self::$mimeTypes[$ext] ) ) { |