Some typos fix.

This commit is contained in:
freespace
2004-09-12 22:44:08 +00:00
parent 2e30d0390e
commit b1390eb2ec

View File

@@ -39,7 +39,7 @@
content down to text and variables only. content down to text and variables only.
</para> </para>
<para> <para>
One of the unique aspects about Smarty is the template compling. This means One of the unique aspects about Smarty is the template compiling. This means
Smarty reads the template files and creates PHP scripts from them. Once Smarty reads the template files and creates PHP scripts from them. Once
they are created, they are executed from then on. Therefore there is no they are created, they are executed from then on. Therefore there is no
costly template file parsing for each request, and each template can take costly template file parsing for each request, and each template can take
@@ -202,7 +202,7 @@ $smarty = new Smarty;
</example> </example>
<example> <example>
<title>Add library directory to php_include path</title> <title>Add library directory to PHP include_path</title>
<programlisting role="php"> <programlisting role="php">
<![CDATA[ <![CDATA[
<?php <?php