17.06.2013

- fixed spelling in sources and documentation (from smarty-developers forum Veres Lajos)
This commit is contained in:
Uwe.Tews@googlemail.com
2013-06-17 12:34:10 +00:00
parent 00c034b593
commit b0b2c0e86d
10 changed files with 30 additions and 27 deletions
+2 -2
View File
@@ -584,7 +584,7 @@ abstract class Smarty_Resource {
* @author Rodney Rehm
*
* @property integer $timestamp Source Timestamp
* @property boolean $exists Source Existance
* @property boolean $exists Source Existence
* @property boolean $template Extended Template reference
* @property string $content Source Content
*/
@@ -811,7 +811,7 @@ class Smarty_Template_Compiled {
public $timestamp = null;
/**
* Compiled Existance
* Compiled Existence
* @var boolean
*/
public $exists = false;