diff options
Diffstat (limited to 'Echolot/Thesaurus.pm')
-rw-r--r-- | Echolot/Thesaurus.pm | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/Echolot/Thesaurus.pm b/Echolot/Thesaurus.pm index 2e0d6cd..ba68a69 100644 --- a/Echolot/Thesaurus.pm +++ b/Echolot/Thesaurus.pm @@ -1,7 +1,7 @@ package Echolot::Thesaurus; # (c) 2002 Peter Palfrader <peter@palfrader.org> -# $Id: Thesaurus.pm,v 1.4 2002/07/07 00:42:46 weasel Exp $ +# $Id: Thesaurus.pm,v 1.5 2002/07/07 01:12:00 weasel Exp $ # =pod @@ -34,7 +34,7 @@ sub build_thesaurus() { closedir(DIR); - my $exire_date = time() - Echolot::Config::get()->{'expire_thesaurus'}; + my $expire_date = time() - Echolot::Config::get()->{'expire_thesaurus'}; my $data; for my $filename (@files) { |