From: Roan Kattouw Date: Fri, 3 Dec 2010 23:34:12 +0000 (+0000) Subject: Fix typo in comment X-Git-Tag: 1.31.0-rc.0~33591 X-Git-Url: http://git.cyclocoop.org/%24href?a=commitdiff_plain;h=f21e31ccaa253dfdadd93691a12c9a2c0187b41b;p=lhc%2Fweb%2Fwiklou.git Fix typo in comment --- diff --git a/includes/libs/CSSMin.php b/includes/libs/CSSMin.php index bdb6008363..af45042318 100644 --- a/includes/libs/CSSMin.php +++ b/includes/libs/CSSMin.php @@ -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] ) ) {