From 65827867de20bdf2e9453506de827fa7e4dfbf92 Mon Sep 17 00:00:00 2001 From: umherirrender Date: Tue, 28 Jul 2015 19:21:58 +0200 Subject: [PATCH] Fix typo: requiered -> required Thanks to Ricordisamoa Follow-Up: I095c545f77aa50d6be4cd48588bd1ae1c82cf343 Change-Id: I3c40b02865170ba0391f3637a5bebb6058c053fd --- includes/installer/Installer.php | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/includes/installer/Installer.php b/includes/installer/Installer.php index c4a9b76ba7..662469b913 100644 --- a/includes/installer/Installer.php +++ b/includes/installer/Installer.php @@ -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(); -- 2.20.1