diff options
author | Peter Palfrader <peter@palfrader.org> | 2002-09-05 15:12:01 +0000 |
---|---|---|
committer | Peter Palfrader <peter@palfrader.org> | 2002-09-05 15:12:01 +0000 |
commit | ea3bb0523d45de4b8cc2a9b6ae69f623ccc1edfd (patch) | |
tree | de8b78cd4871c681922ef7c0bb373ba9ea44b49d /Echolot/Stats.pm | |
parent | 24fcf77653d2bd88048c2976e6373b389a91b5a4 (diff) |
Random spelling fixes
Diffstat (limited to 'Echolot/Stats.pm')
-rw-r--r-- | Echolot/Stats.pm | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/Echolot/Stats.pm b/Echolot/Stats.pm index 9b8ae81..160d451 100644 --- a/Echolot/Stats.pm +++ b/Echolot/Stats.pm @@ -1,7 +1,7 @@ package Echolot::Stats; # (c) 2002 Peter Palfrader <peter@palfrader.org> -# $Id: Stats.pm,v 1.32 2002/09/04 01:47:01 weasel Exp $ +# $Id: Stats.pm,v 1.33 2002/09/05 15:12:01 weasel Exp $ # =pod @@ -684,9 +684,9 @@ sub build_pgpring_type($$$$) { cluck("GnuPG returned something in stdout '$stdout' while adding key for '$addr': So what?\n"); unless ($status =~ /^^\[GNUPG:\] IMPORTED /m) { if ($status =~ /^^\[GNUPG:\] IMPORT_RES /m) { - cluck("GnuPG status '$status' indicates more than one key for '$addr' imporeted. Ignoring.\n"); + cluck("GnuPG status '$status' indicates more than one key for '$addr' imported. Ignoring.\n"); } else { - cluck("GnuPG status '$status' didn't indicate key for '$addr' was imporeted correctly. Ignoring.\n"); + cluck("GnuPG status '$status' didn't indicate key for '$addr' was imported correctly. Ignoring.\n"); }; }; $keyids->{$final_keyid} = $remailer->{'showit'}; |