From: Alangi Derick Date: Tue, 14 Aug 2018 20:34:05 +0000 (+0100) Subject: Fix common typo "MediWiki" in MW core X-Git-Tag: 1.34.0-rc.0~4445^2 X-Git-Url: https://git.cyclocoop.org/%27.WWW_URL.%27admin/?a=commitdiff_plain;h=1c920468f69eb70191ab4c3e5e78842ee525a45c;p=lhc%2Fweb%2Fwiklou.git Fix common typo "MediWiki" in MW core Fixed typo "MediWiki" to "MediaWiki" in core. Bug: T201491 Change-Id: I55cb4af63b72cfa08de079544c43ae9f1366a457 --- 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. */