[Templates-cvs] cvs commit: Template2/docsrc/src/Tutorial Web.tt2
cvs@template-toolkit.org
cvs@template-toolkit.org
Tue, 17 Jun 2003 16:33:48 +0100
cvs 03/06/17 15:33:48
Modified: docsrc/src/Tutorial Web.tt2
Log:
Fixed a typo.
Revision Changes Path
1.4 +2 -2 Template2/docsrc/src/Tutorial/Web.tt2
Index: Web.tt2
===================================================================
RCS file: /template-toolkit/Template2/docsrc/src/Tutorial/Web.tt2,v
retrieving revision 1.3
retrieving revision 1.4
diff -u -r1.3 -r1.4
--- Web.tt2 2003/04/23 12:58:21 1.3
+++ Web.tt2 2003/06/17 15:33:47 1.4
@@ -53,8 +53,8 @@
<h1>Some Interesting Links</h1>
[% webpages = [
- { url => 'http://foo.org', title => 'The Foo Organsiation' }
- { url => 'http://bar.org', title => 'The Bar Organsiation' }
+ { url => 'http://foo.org', title => 'The Foo Organisation' }
+ { url => 'http://bar.org', title => 'The Bar Organisation' }
]
%]