Fix 'extenson' typo
authorpetarpetkovic <ppetkovic@wikimedia.org>
Wed, 8 Aug 2018 09:24:17 +0000 (11:24 +0200)
committerpetarpetkovic <ppetkovic@wikimedia.org>
Wed, 8 Aug 2018 09:24:17 +0000 (11:24 +0200)
Bug: T201491
Change-Id: I4fcae5d21e64b568ec78639a7e6a5d60bde939da

includes/utils/AutoloadGenerator.php

index b437653..511b673 100644 (file)
@@ -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();