From b13e9ad861f401f66dee828f3c77aac1f01a8823 Mon Sep 17 00:00:00 2001 From: Robin Pepermans Date: Thu, 1 Mar 2012 17:57:15 +0000 Subject: [PATCH] fix typo in r112479 --- includes/parser/CoreParserFunctions.php | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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 = '' ) { -- 2.20.1