From: Shinjiman Date: Fri, 24 Jul 2009 19:42:56 +0000 (+0000) Subject: fix another typo on documentation :P X-Git-Tag: 1.31.0-rc.0~40737 X-Git-Url: http://git.cyclocoop.org/%24self?a=commitdiff_plain;h=1f47196eca5052958889d6724f055d435aec4eac;p=lhc%2Fweb%2Fwiklou.git fix another typo on documentation :P --- diff --git a/includes/GlobalFunctions.php b/includes/GlobalFunctions.php index bf3c33f614..c1dbb921dd 100644 --- a/includes/GlobalFunctions.php +++ b/includes/GlobalFunctions.php @@ -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 ) {