From 1c920468f69eb70191ab4c3e5e78842ee525a45c Mon Sep 17 00:00:00 2001 From: Alangi Derick Date: Tue, 14 Aug 2018 21:34:05 +0100 Subject: [PATCH] Fix common typo "MediWiki" in MW core Fixed typo "MediWiki" to "MediaWiki" in core. Bug: T201491 Change-Id: I55cb4af63b72cfa08de079544c43ae9f1366a457 --- includes/PHPVersionCheck.php | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/includes/PHPVersionCheck.php b/includes/PHPVersionCheck.php index 70ad0b29b1..c49318bb1e 100644 --- a/includes/PHPVersionCheck.php +++ b/includes/PHPVersionCheck.php @@ -72,7 +72,7 @@ class PHPVersionCheck { * - 'implementation': The name of the implementation used * - 'vendor': The development group, vendor or developer of the implementation. * - 'upstreamSupported': The minimum version of the implementation supported by the named vendor. - * - 'minSupported': The minimum version supported by MediWiki + * - 'minSupported': The minimum version supported by MediaWiki * - 'upgradeURL': The URL to the website of the implementation that contains * upgrade/installation instructions. */ -- 2.20.1