Update Autoloader.php

spelling fix
This commit is contained in:
Elan Ruusamäe
2016-12-21 23:36:37 +02:00
committed by GitHub
parent c7d42e4a32
commit 66205d5565

View File

@@ -14,7 +14,7 @@
* require_once '...path/Autoloader.php'; * require_once '...path/Autoloader.php';
* Smarty_Autoloader::register(); * Smarty_Autoloader::register();
* or * or
* include '...path/bootstarp.php'; * include '...path/bootstrap.php';
* *
* $smarty = new Smarty(); * $smarty = new Smarty();
*/ */