Fix typo - fuction -> function
authorumherirrender <umherirrender_de.wp@web.de>
Mon, 30 Dec 2013 17:48:11 +0000 (18:48 +0100)
committerumherirrender <umherirrender_de.wp@web.de>
Mon, 30 Dec 2013 17:48:11 +0000 (18:48 +0100)
Change-Id: I5a82849af85296b324d460ed21d9a547c391d341

HISTORY
includes/GlobalFunctions.php

diff --git a/HISTORY b/HISTORY
index 88cc906..a0ddfba 100644 (file)
--- a/HISTORY
+++ b/HISTORY
@@ -2781,7 +2781,7 @@ Other significant changes to MediaWiki's language support:
 * (bug 26253) $wgPostCommitUpdateList has been removed
 * The PHPUnit test suite has been removed from this release due to serious issues
   which should be resolved by the 1.18 release.
-* Oracle DB now uses the __destruct fuction to commit/close connection as it
+* Oracle DB now uses the __destruct function to commit/close connection as it
   doesn't commit on close if transation is triggered in OCI.
 
 == MediaWiki 1.16 ==
index b2a8f5e..5d3a4d8 100644 (file)
@@ -3240,7 +3240,7 @@ function wfUsePHP( $req_ver ) {
  * with releases
  *
  * Note: Due to the behavior of PHP's version_compare() which is used in this
- * fuction, if you want to allow the 'wmf' development versions add a 'c' (or
+ * function, if you want to allow the 'wmf' development versions add a 'c' (or
  * any single letter other than 'a', 'b' or 'p') as a post-fix to your
  * targeted version number. For example if you wanted to allow any variation
  * of 1.22 use `wfUseMW( '1.22c' )`. Using an 'a' or 'b' instead of 'c' will