From: umherirrender Date: Mon, 30 Dec 2013 17:48:11 +0000 (+0100) Subject: Fix typo - fuction -> function X-Git-Tag: 1.31.0-rc.0~17456^2 X-Git-Url: http://git.cyclocoop.org/%22.htmlspecialchars%28%24url_syndic%29.%22?a=commitdiff_plain;h=44495315c29907f2423f77d3f6be802a882bd9a0;p=lhc%2Fweb%2Fwiklou.git Fix typo - fuction -> function Change-Id: I5a82849af85296b324d460ed21d9a547c391d341 --- diff --git a/HISTORY b/HISTORY index 88cc906d4f..a0ddfba2dc 100644 --- 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 == diff --git a/includes/GlobalFunctions.php b/includes/GlobalFunctions.php index b2a8f5e55c..5d3a4d8be8 100644 --- a/includes/GlobalFunctions.php +++ b/includes/GlobalFunctions.php @@ -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