From: Roan Kattouw Date: Thu, 2 Dec 2010 16:42:38 +0000 (+0000) Subject: Correct typo in doc comment X-Git-Tag: 1.31.0-rc.0~33642 X-Git-Url: http://git.cyclocoop.org/%24href?a=commitdiff_plain;h=5173c6abe05ee7bf5256fa5e68b320458a9b211c;p=lhc%2Fweb%2Fwiklou.git Correct typo in doc comment --- 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. */