Correct typo in doc comment
authorRoan Kattouw <catrope@users.mediawiki.org>
Thu, 2 Dec 2010 16:42:38 +0000 (16:42 +0000)
committerRoan Kattouw <catrope@users.mediawiki.org>
Thu, 2 Dec 2010 16:42:38 +0000 (16:42 +0000)
includes/GlobalFunctions.php

index 5e228bb..12c5cd5 100644 (file)
@@ -854,7 +854,7 @@ function wfMsgWikiHtml( $key ) {
  *   <i>content</i>: fetch message for content language instead of interface
  * Also can accept a single associative argument, of the form 'language' => 'xx':
  *   <i>language</i>: Language object or language code to fetch message for
- *       (overriden by <i>content</i>), its behaviour with parser, parseinline
+ *       (overriden by <i>content</i>), its behaviour with parse, parseinline
  *       and parsemag is undefined.
  * Behavior for conflicting options (e.g., parse+parseinline) is undefined.
  */