r77689 MediaWiki - Code Review archive

Repository:MediaWiki
Revision:r77688‎ | r77689 | r77690 >
Date:23:34, 3 December 2010
Author:catrope
Status:ok
Tags:
Comment:
Fix typo in comment
Modified paths:
  • /trunk/phase3/includes/libs/CSSMin.php (modified) (history)

Diff [purge]

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

Status & tagging log