diff options
author | Peter Palfrader <peter@palfrader.org> | 2002-06-22 23:35:55 +0000 |
---|---|---|
committer | Peter Palfrader <peter@palfrader.org> | 2002-06-22 23:35:55 +0000 |
commit | 0b6436386f81876795ccebc1d51739d1bd741b8e (patch) | |
tree | aca2974e8b8efd1ea02860e8adcec0793161433c /Echolot/Storage/File.pm | |
parent | 4212e133cec5a8db7437213e97933edec3bcdcb5 (diff) |
fixed some spelling typo
Diffstat (limited to 'Echolot/Storage/File.pm')
-rw-r--r-- | Echolot/Storage/File.pm | 4 |
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(); |