Fix common typo "MediWiki" in MW core
authorAlangi Derick <alangiderick@gmail.com>
Tue, 14 Aug 2018 20:34:05 +0000 (21:34 +0100)
committerKrinkle <krinklemail@gmail.com>
Tue, 14 Aug 2018 21:07:43 +0000 (21:07 +0000)
Fixed typo "MediWiki" to "MediaWiki" in core.

Bug: T201491
Change-Id: I55cb4af63b72cfa08de079544c43ae9f1366a457

includes/PHPVersionCheck.php

index 70ad0b2..c49318b 100644 (file)
@@ -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.
         */