summaryrefslogtreecommitdiff
path: root/Echolot
diff options
context:
space:
mode:
authorPeter Palfrader <peter@palfrader.org>2002-06-22 23:35:55 +0000
committerPeter Palfrader <peter@palfrader.org>2002-06-22 23:35:55 +0000
commit0b6436386f81876795ccebc1d51739d1bd741b8e (patch)
treeaca2974e8b8efd1ea02860e8adcec0793161433c /Echolot
parent4212e133cec5a8db7437213e97933edec3bcdcb5 (diff)
fixed some spelling typo
Diffstat (limited to 'Echolot')
-rw-r--r--Echolot/Storage/File.pm4
1 files changed, 2 insertions, 2 deletions
diff --git a/Echolot/Storage/File.pm b/Echolot/Storage/File.pm
index f068323..db6c81e 100644
--- a/Echolot/Storage/File.pm
+++ b/Echolot/Storage/File.pm
@@ -1,7 +1,7 @@
package Echolot::Storage::File;
# (c) 2002 Peter Palfrader <peter@palfrader.org>
-# $Id: File.pm,v 1.10 2002/06/20 04:25:10 weasel Exp $
+# $Id: File.pm,v 1.11 2002/06/22 23:35:55 weasel Exp $
#
=pod
@@ -535,7 +535,7 @@ sub decrease_ttl($$) {
return 0;
$self->{'METADATA'}->{'addresses'}->{$address}->{'ttl'} --;
$self->{'METADATA'}->{'addresses'}->{$address}->{'status'} = 'ttl timeout',
- warn("Remailer $address disablesd: ttl expired\n")
+ warn("Remailer $address disabled: ttl expired\n")
if ($self->{'METADATA'}->{'addresses'}->{$address}->{'ttl'} <= 0);
# FIXME have proper logging
$self->commit();