From 3771ea8d35396bbc5312c70cbc0ca9f93f021ad7 Mon Sep 17 00:00:00 2001 From: Uwe Tews Date: Thu, 28 May 2015 22:31:35 +0200 Subject: [PATCH] Fix comments --- libs/Smarty.class.php | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/libs/Smarty.class.php b/libs/Smarty.class.php index c5c3def3..453821f1 100644 --- a/libs/Smarty.class.php +++ b/libs/Smarty.class.php @@ -27,7 +27,7 @@ * @author Uwe Tews * @author Rodney Rehm * @package Smarty - * @version 3.1-DEV + * @version 3.1.25-dev */ /** @@ -73,7 +73,7 @@ if (!defined('SMARTY_RESOURCE_DATE_FORMAT')) { } /** - * Try loading the Smmarty_Internal_Data class + * Try loading the Smarty_Internal_Data class * If we fail we must load Smarty's autoloader. * Otherwise we may have a global autoloader like Composer */