JavaScriptContentHandler: Fix typo in comment block (actual: 'CSS'; intended: 'JS')
authorOri Livneh <ori@wikimedia.org>
Mon, 19 Nov 2012 23:33:21 +0000 (15:33 -0800)
committerTimo Tijhof <ttijhof@wikimedia.org>
Mon, 19 Nov 2012 23:57:44 +0000 (00:57 +0100)
Change-Id: Iaef21f0c864222aee7c970012e8163741d6310ca

includes/content/JavaScriptContentHandler.php

index 2221dca..b5b4ee2 100644 (file)
@@ -51,7 +51,7 @@ class JavaScriptContentHandler extends TextContentHandler {
        }
 
        /**
-        * Returns the english language, because CSS is english, and should be handled as such.
+        * Returns the english language, because JS is english, and should be handled as such.
         *
         * @return Language wfGetLangObj( 'en' )
         *