From: Shinjiman Date: Fri, 24 Jul 2009 17:51:44 +0000 (+0000) Subject: fix typo on documentation X-Git-Tag: 1.31.0-rc.0~40740 X-Git-Url: http://git.cyclocoop.org//%27%40script%40/%27?a=commitdiff_plain;h=c9e410a392f24a4ace17f13461e8757ec7ee0e1e;p=lhc%2Fweb%2Fwiklou.git fix typo on documentation --- diff --git a/includes/GlobalFunctions.php b/includes/GlobalFunctions.php index f10f30cd44..48638bd418 100644 --- a/includes/GlobalFunctions.php +++ b/includes/GlobalFunctions.php @@ -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 ) {