diff options
author | snj <snj@pkgsrc.org> | 2004-02-01 00:12:09 +0000 |
---|---|---|
committer | snj <snj@pkgsrc.org> | 2004-02-01 00:12:09 +0000 |
commit | dcac936adbbdc82c07753a8638ff479c6bd65ed1 (patch) | |
tree | 07056dedbb31ee17f63c90ca8a7d931601b20a2f /www | |
parent | 47770fa5a1d7f96fccbba50e05aff70007b40c66 (diff) | |
download | pkgsrc-dcac936adbbdc82c07753a8638ff479c6bd65ed1.tar.gz |
s/seperate/separate/
Diffstat (limited to 'www')
-rw-r--r-- | www/p5-HTML-Template/DESCR | 2 | ||||
-rw-r--r-- | www/php-FastTemplate/DESCR | 2 |
2 files changed, 2 insertions, 2 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. diff --git a/www/php-FastTemplate/DESCR b/www/php-FastTemplate/DESCR index 6d7a1448729..035c4e85820 100644 --- a/www/php-FastTemplate/DESCR +++ b/www/php-FastTemplate/DESCR @@ -4,6 +4,6 @@ interpolation. Templates are very useful for CGI programming, because adding HTML to your PHP code clutters your code and forces you to do any HTML modifications. -By putting all of your HTML in seperate template files, you can let a +By putting all of your HTML in separate template files, you can let a graphic or interface designer change the look of your application without having to bug you, or let them muck around in your PHP code. |