X-Git-Url: https://git.heureux-cyclage.org/?a=blobdiff_plain;f=includes%2Futils%2FAutoloadGenerator.php;h=511b67346b93f48499b3a1d574ab1249eb7fd898;hb=3842fd20799f80116b3a32b601ec67e97b71bae8;hp=98d2c0e5504b74b44dbcbc1b34dbdce664c64cca;hpb=8eb6cf585c5fb3d7dd5f014bac27518959512b98;p=lhc%2Fweb%2Fwiklou.git diff --git a/includes/utils/AutoloadGenerator.php b/includes/utils/AutoloadGenerator.php index 98d2c0e550..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(); @@ -389,7 +389,7 @@ class ClassCollector { return; } // Note: When changing class name discovery logic, - // AutoLoaderTest.php may also need to be updated. + // AutoLoaderStructureTest.php may also need to be updated. switch ( $token[0] ) { case T_NAMESPACE: case T_CLASS: