From 44495315c29907f2423f77d3f6be802a882bd9a0 Mon Sep 17 00:00:00 2001 From: umherirrender Date: Mon, 30 Dec 2013 18:48:11 +0100 Subject: [PATCH] Fix typo - fuction -> function Change-Id: I5a82849af85296b324d460ed21d9a547c391d341 --- HISTORY | 2 +- includes/GlobalFunctions.php | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) 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 -- 2.20.1