Fix typo: requiered -> required
authorumherirrender <umherirrender_de.wp@web.de>
Tue, 28 Jul 2015 17:21:58 +0000 (19:21 +0200)
committerumherirrender <umherirrender_de.wp@web.de>
Tue, 28 Jul 2015 17:21:58 +0000 (19:21 +0200)
Thanks to Ricordisamoa

Follow-Up: I095c545f77aa50d6be4cd48588bd1ae1c82cf343
Change-Id: I3c40b02865170ba0391f3637a5bebb6058c053fd

includes/installer/Installer.php

index c4a9b76..662469b 100644 (file)
@@ -539,7 +539,7 @@ abstract class Installer {
                $wgAutoloadClasses = array();
 
                // LocalSettings.php should not call functions, except wfLoadSkin/wfLoadExtensions
-               // Define the requiered globals here, to ensure, the functions can do it work correctly.
+               // Define the required globals here, to ensure, the functions can do it work correctly.
                global $wgExtensionDirectory, $wgStyleDirectory;
 
                MediaWiki\suppressWarnings();