From f21e31ccaa253dfdadd93691a12c9a2c0187b41b Mon Sep 17 00:00:00 2001 From: Roan Kattouw Date: Fri, 3 Dec 2010 23:34:12 +0000 Subject: [PATCH] Fix typo in comment --- includes/libs/CSSMin.php | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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] ) ) { -- 2.20.1