X-Git-Url: https://git.heureux-cyclage.org/?a=blobdiff_plain;f=includes%2Futils%2FAutoloadGenerator.php;h=511b67346b93f48499b3a1d574ab1249eb7fd898;hb=3842fd20799f80116b3a32b601ec67e97b71bae8;hp=b437653975dfb1361a927284f423f42ffb41aad8;hpb=18be1d935c95fe8d456c96d29d0bc29bae0a1b52;p=lhc%2Fweb%2Fwiklou.git 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();