Merge "Avoid master queries on image history view"
[lhc/web/wiklou.git] / 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();