fix another typo on documentation :P
authorShinjiman <shinjiman@users.mediawiki.org>
Fri, 24 Jul 2009 19:42:56 +0000 (19:42 +0000)
committerShinjiman <shinjiman@users.mediawiki.org>
Fri, 24 Jul 2009 19:42:56 +0000 (19:42 +0000)
includes/GlobalFunctions.php

index bf3c33f..c1dbb92 100644 (file)
@@ -3191,7 +3191,7 @@ function wfObjectToArray( $object, $recursive = true ) {
        return $array;
 }
 
-/* Get the noramlised IETF language tag */
+/* Get the normalised IETF language tag */
 function wfBCP47( $code ) {
        $codeSegment = explode( '-', $code );
        foreach ( $codeSegment as $segNo => $seg ) {