fixed some typos, thank to mehdi

This commit is contained in:
messju
2003-04-27 23:55:58 +00:00
parent c4479805af
commit 74286b0c51
2 changed files with 3 additions and 3 deletions

View File

@@ -211,7 +211,7 @@ $smarty->autoload_filters = array('pre' => array('trim', 'stamp'),
<para>
This tells Smarty whether or not to cache the output of the templates.
By default this is set to 0, or disabled. If your templates generate
redundant redundant content, it is advisable to turn on caching. This
redundant content, it is advisable to turn on caching. This
will result in significant performance gains. You can also have multiple
caches for the same template. A value of 1 or 2 enables caching. 1 tells
Smarty to use the current $cache_lifetime variable to determine if the