From: Robin Pepermans Date: Thu, 1 Mar 2012 17:57:15 +0000 (+0000) Subject: fix typo in r112479 X-Git-Tag: 1.31.0-rc.0~24444 X-Git-Url: http://git.cyclocoop.org/ecrire?a=commitdiff_plain;h=b13e9ad861f401f66dee828f3c77aac1f01a8823;p=lhc%2Fweb%2Fwiklou.git fix typo in r112479 --- diff --git a/includes/parser/CoreParserFunctions.php b/includes/parser/CoreParserFunctions.php index a07077347c..91dab0e942 100644 --- a/includes/parser/CoreParserFunctions.php +++ b/includes/parser/CoreParserFunctions.php @@ -623,7 +623,7 @@ class CoreParserFunctions { * Gives language names. * @param $parser Parser * @param $code String Language code (of which to get name) - * @param $inLnguage String Language code (in which to get name) + * @param $inLanguage String Language code (in which to get name) * @return String */ static function language( $parser, $code = '', $inLanguage = '' ) {