library/smarty/libs/Autoloader.php
changeset 7 3ed6f90e97d9
parent 0 4869aea77e21
--- 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 {
     /**