Revision: 53721
Author:   shinjiman
Date:     2009-07-24 17:51:44 +0000 (Fri, 24 Jul 2009)

Log Message:
-----------
fix typo on documentation

Modified Paths:
--------------
    trunk/phase3/includes/GlobalFunctions.php

Modified: trunk/phase3/includes/GlobalFunctions.php
===================================================================
--- trunk/phase3/includes/GlobalFunctions.php   2009-07-24 17:41:01 UTC (rev 
53720)
+++ trunk/phase3/includes/GlobalFunctions.php   2009-07-24 17:51:44 UTC (rev 
53721)
@@ -3191,7 +3191,7 @@
        return $array;
 }
 
-/* get the noramised IETF language tag */
+/* Get the noramlised IETF language tag */
 function wfBCP47( $code ) {
        $codeSegment = explode( '-', $code );
        foreach ( $codeSegment as $segNo => $seg ) {



_______________________________________________
MediaWiki-CVS mailing list
MediaWiki-CVS@lists.wikimedia.org
https://lists.wikimedia.org/mailman/listinfo/mediawiki-cvs

Reply via email to