From: petarpetkovic Date: Wed, 8 Aug 2018 09:24:17 +0000 (+0200) Subject: Fix 'extenson' typo X-Git-Tag: 1.34.0-rc.0~4525 X-Git-Url: http://git.cyclocoop.org/data/%24oldEdit?a=commitdiff_plain;h=c807489e1c4582c883f2b2696c5cf77e579f82b7;p=lhc%2Fweb%2Fwiklou.git Fix 'extenson' typo Bug: T201491 Change-Id: I4fcae5d21e64b568ec78639a7e6a5d60bde939da --- diff --git a/includes/utils/AutoloadGenerator.php b/includes/utils/AutoloadGenerator.php index b437653975..511b67346b 100644 --- a/includes/utils/AutoloadGenerator.php +++ b/includes/utils/AutoloadGenerator.php @@ -258,7 +258,7 @@ EOD; * @return string */ public function getAutoload( $commandName = 'AutoloadGenerator' ) { - // We need to check whether an extenson.json or skin.json exists or not, and + // We need to check whether an extension.json or skin.json exists or not, and // incase it doesn't, update the autoload.php file. $fileinfo = $this->getTargetFileinfo();