From c807489e1c4582c883f2b2696c5cf77e579f82b7 Mon Sep 17 00:00:00 2001 From: petarpetkovic Date: Wed, 8 Aug 2018 11:24:17 +0200 Subject: [PATCH] Fix 'extenson' typo Bug: T201491 Change-Id: I4fcae5d21e64b568ec78639a7e6a5d60bde939da --- includes/utils/AutoloadGenerator.php | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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(); -- 2.20.1