From 0b6436386f81876795ccebc1d51739d1bd741b8e Mon Sep 17 00:00:00 2001 From: Peter Palfrader Date: Sat, 22 Jun 2002 23:35:55 +0000 Subject: fixed some spelling typo --- Echolot/Storage/File.pm | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'Echolot/Storage/File.pm') 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 -# $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(); -- cgit v1.2.3