Index: trunk/phase3/includes/GlobalFunctions.php |
— | — | @@ -3191,7 +3191,7 @@ |
3192 | 3192 | return $array; |
3193 | 3193 | } |
3194 | 3194 | |
3195 | | -/* get the noramised IETF language tag */ |
| 3195 | +/* Get the noramlised IETF language tag */ |
3196 | 3196 | function wfBCP47( $code ) { |
3197 | 3197 | $codeSegment = explode( '-', $code ); |
3198 | 3198 | foreach ( $codeSegment as $segNo => $seg ) { |