From 1f47196eca5052958889d6724f055d435aec4eac Mon Sep 17 00:00:00 2001 From: Shinjiman Date: Fri, 24 Jul 2009 19:42:56 +0000 Subject: [PATCH] fix another typo on documentation :P --- includes/GlobalFunctions.php | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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 ) { -- 2.20.1