diff --git a/library/smarty/libs/Autoloader.php b/library/smarty/libs/Autoloader.php --- a/library/smarty/libs/Autoloader.php +++ b/library/smarty/libs/Autoloader.php @@ -15,7 +15,7 @@ * Smarty_Autoloader::register(); * $smarty = new Smarty(); * Note: This autoloader is not needed if you use Composer. - * Composer will automatically add the classes of the Smarty package to it common autoloader. + * Composer will automatically add the classes of the Smarty package to it core autoloader. */ class Smarty_Autoloader { /**