From c95e2ee929ea82d65dc6aa0c92427c82f322edea Mon Sep 17 00:00:00 2001 From: Peter Palfrader Date: Wed, 17 Jul 2002 19:00:22 +0000 Subject: Spelling Fix --- Echolot/Conf.pm | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/Echolot/Conf.pm b/Echolot/Conf.pm index 2dc1b53..3e73a68 100644 --- a/Echolot/Conf.pm +++ b/Echolot/Conf.pm @@ -1,7 +1,7 @@ package Echolot::Conf; # (c) 2002 Peter Palfrader -# $Id: Conf.pm,v 1.20 2002/07/17 17:53:44 weasel Exp $ +# $Id: Conf.pm,v 1.21 2002/07/17 19:00:22 weasel Exp $ # =pod @@ -351,7 +351,7 @@ sub parse_cpunk_key($$$) { my @included_keys = $stdout =~ /^pub:.*$/mg; (scalar @included_keys >= 2) && - cluck ("Cannot handle more than one key per block correctlye yet. Found ".(scalar @included_keys)." in one block from ".$remailer->{'address'}); + cluck ("Cannot handle more than one key per block correctly yet. Found ".(scalar @included_keys)." in one block from ".$remailer->{'address'}); for my $included_key (@included_keys) { my ($type, $keyid, $uid) = $included_key =~ /pub::\d+:(\d+):([0-9A-F]+):[^:]+:[^:]*:::([^:]+):/; (defined $uid) or -- cgit v1.2.3