From 601712f0a3adaeb0147c62e999f87b8efbb7623d Mon Sep 17 00:00:00 2001 From: Peter Palfrader Date: Thu, 12 Sep 2002 15:41:49 +0000 Subject: Spelling fixes. seperate_rlists was renamed to separate_rlists. --- Echolot/Tools.pm | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'Echolot/Tools.pm') diff --git a/Echolot/Tools.pm b/Echolot/Tools.pm index cd86f32..ff57c3e 100644 --- a/Echolot/Tools.pm +++ b/Echolot/Tools.pm @@ -1,7 +1,7 @@ package Echolot::Tools; # (c) 2002 Peter Palfrader -# $Id: Tools.pm,v 1.9 2002/09/03 17:14:27 weasel Exp $ +# $Id: Tools.pm,v 1.10 2002/09/12 15:41:49 weasel Exp $ # =pod @@ -198,7 +198,7 @@ sub write_HTML_file($$;$%) { $template->param ( %templateparams ); $template->param ( CURRENT_TIMESTAMP => scalar gmtime() ); $template->param ( SITE_NAME => Echolot::Config::get()->{'sitename'} ); - $template->param ( seperate_rlist => Echolot::Config::get()->{'seperate_rlists'} ); + $template->param ( separate_rlist => Echolot::Config::get()->{'separate_rlists'} ); $template->param ( combined_list => Echolot::Config::get()->{'combined_list'} ); $template->param ( thesaurus => Echolot::Config::get()->{'thesaurus'} ); $template->param ( version => Echolot::Globals::get()->{'version'} ); -- cgit v1.2.3