[Templates-svn] r1104 - trunk/lib/Template
svn at template-toolkit.org
svn at template-toolkit.org
Mon Jan 21 15:37:53 GMT 2008
Author: abw
Date: 2008-01-21 15:35:17 +0000 (Mon, 21 Jan 2008)
New Revision: 1104
Modified:
trunk/lib/Template/FAQ.pod
Log:
Fixed some typos in FAQ.pod
Modified: trunk/lib/Template/FAQ.pod
===================================================================
--- trunk/lib/Template/FAQ.pod 2008-01-21 15:31:03 UTC (rev 1103)
+++ trunk/lib/Template/FAQ.pod 2008-01-21 15:35:17 UTC (rev 1104)
@@ -37,7 +37,7 @@
[% SET a = b IF c %]
-The explcit C<SET> keyword gives the parser the clue it needs to do the
+The explicit C<SET> keyword gives the parser the clue it needs to do the
right thing.
NOTE: this will be fixed in TT3
@@ -157,7 +157,7 @@
challenge...
In the mean time, Craig Barrat's post from the mailing list has some useful
-pointers on how to acheive this using existing modules. See
+pointers on how to achieve this using existing modules. See
L<http://tt2.org/pipermail/templates/2001-May/000954.html>
=head1 Miscellaneous
@@ -225,7 +225,7 @@
=head2 How can I configure variables on a per-request basis?
-One easy way to acheive this is to define a single C<PRE_PROCESS> template
+One easy way to achieve this is to define a single C<PRE_PROCESS> template
which loads in other configuration files based on variables defined or other
conditions.
More information about the templates-svn
mailing list