Fix common typo "MediWiki" in MW core

Fixed typo "MediWiki" to "MediaWiki" in core.

Bug: T201491
Change-Id: I55cb4af63b72cfa08de079544c43ae9f1366a457
This commit is contained in:
Alangi Derick 2018-08-14 21:34:05 +01:00 committed by Krinkle
parent a6548f043a
commit 1c920468f6

View file

@ -72,7 +72,7 @@ class PHPVersionCheck {
* - 'implementation': The name of the implementation used * - 'implementation': The name of the implementation used
* - 'vendor': The development group, vendor or developer of the implementation. * - 'vendor': The development group, vendor or developer of the implementation.
* - 'upstreamSupported': The minimum version of the implementation supported by the named vendor. * - '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 * - 'upgradeURL': The URL to the website of the implementation that contains
* upgrade/installation instructions. * upgrade/installation instructions.
*/ */