fix typos

This commit is contained in:
mohrt
2002-09-10 18:48:00 +00:00
parent 27d9e7d7e2
commit 141c664eca
2 changed files with 2 additions and 2 deletions

View File

@@ -495,7 +495,7 @@ Dealers Will Hear Car Talk at Noon.
or any string made up of month day year (parsable by strtotime). or any string made up of month day year (parsable by strtotime).
Designers can then use date_format to have complete control of the Designers can then use date_format to have complete control of the
formatting of the date. If the date passed to date_format is empty formatting of the date. If the date passed to date_format is empty
and a second paramter is passed, that will be used as the date to and a second parameter is passed, that will be used as the date to
format. format.
</para> </para>
<example> <example>

View File

@@ -663,7 +663,7 @@ $smarty->clear_assign(array("Name","Address","Zip"));</programlisting>
This clears the cache for a specific template. If you have This clears the cache for a specific template. If you have
multiple caches for this template, you can clear a specific multiple caches for this template, you can clear a specific
cache by supplying the cache id as the second parameter. You cache by supplying the cache id as the second parameter. You
can also pass a compile id as a third paramter. You can "group" can also pass a compile id as a third parameter. You can "group"
templates together so they can be removed as a group. See the templates together so they can be removed as a group. See the
<link linkend="caching">caching section</link> for more <link linkend="caching">caching section</link> for more
information. As an optional fourth parameter, you can supply a information. As an optional fourth parameter, you can supply a