Fix typo in comment
authorRoan Kattouw <catrope@users.mediawiki.org>
Fri, 3 Dec 2010 23:34:12 +0000 (23:34 +0000)
committerRoan Kattouw <catrope@users.mediawiki.org>
Fri, 3 Dec 2010 23:34:12 +0000 (23:34 +0000)
includes/libs/CSSMin.php

index bdb6008..af45042 100644 (file)
@@ -121,7 +121,7 @@ class CSSMin {
                                        // this used to be how you get the mime-type of a file
                                        $type = mime_content_type( $file );
                                } else {
-                                       // Worst-case scenario has happend,
+                                       // Worst-case scenario has happened,
                                        // use the file extension to infer the mime-type
                                        $ext = strtolower( pathinfo( $file, PATHINFO_EXTENSION ) );
                                        if ( isset( self::$mimeTypes[$ext] ) ) {