summaryrefslogtreecommitdiff
path: root/www/p5-HTML-Template
diff options
context:
space:
mode:
authorsnj <snj@pkgsrc.org>2004-02-01 00:12:09 +0000
committersnj <snj@pkgsrc.org>2004-02-01 00:12:09 +0000
commite6c56f976515801552cc7c5642d50c12a1cfb935 (patch)
tree07056dedbb31ee17f63c90ca8a7d931601b20a2f /www/p5-HTML-Template
parent206a030cb06f1c624e243f804bb1e615754aeb06 (diff)
downloadpkgsrc-e6c56f976515801552cc7c5642d50c12a1cfb935.tar.gz
s/seperate/separate/
Diffstat (limited to 'www/p5-HTML-Template')
-rw-r--r--www/p5-HTML-Template/DESCR2
1 files changed, 1 insertions, 1 deletions
diff --git a/www/p5-HTML-Template/DESCR b/www/p5-HTML-Template/DESCR
index b3d23d2bb68..8348311ccde 100644
--- a/www/p5-HTML-Template/DESCR
+++ b/www/p5-HTML-Template/DESCR
@@ -5,5 +5,5 @@ written with HTML and these new tags is called a template. It is
usually saved separate from your script - possibly even created by
someone else! Using this module you fill in the values for the
variables, loops and branches declared in the template. This allows
-you to seperate design - the HTML - from the data, which you generate
+you to separate design - the HTML - from the data, which you generate
in the Perl script.