From 5173c6abe05ee7bf5256fa5e68b320458a9b211c Mon Sep 17 00:00:00 2001 From: Roan Kattouw Date: Thu, 2 Dec 2010 16:42:38 +0000 Subject: [PATCH] Correct typo in doc comment --- includes/GlobalFunctions.php | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/includes/GlobalFunctions.php b/includes/GlobalFunctions.php index 5e228bb3ac..12c5cd5a06 100644 --- a/includes/GlobalFunctions.php +++ b/includes/GlobalFunctions.php @@ -854,7 +854,7 @@ function wfMsgWikiHtml( $key ) { * content: fetch message for content language instead of interface * Also can accept a single associative argument, of the form 'language' => 'xx': * language: Language object or language code to fetch message for - * (overriden by content), its behaviour with parser, parseinline + * (overriden by content), its behaviour with parse, parseinline * and parsemag is undefined. * Behavior for conflicting options (e.g., parse+parseinline) is undefined. */ -- 2.20.1