fix typo on documentation
authorShinjiman <shinjiman@users.mediawiki.org>
Fri, 24 Jul 2009 17:51:44 +0000 (17:51 +0000)
committerShinjiman <shinjiman@users.mediawiki.org>
Fri, 24 Jul 2009 17:51:44 +0000 (17:51 +0000)
includes/GlobalFunctions.php

index f10f30c..48638bd 100644 (file)
@@ -3191,7 +3191,7 @@ function wfObjectToArray( $object, $recursive = true ) {
        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 ) {