diff options
Diffstat (limited to 'Echolot/Pinger/CPunk.pm')
-rw-r--r-- | Echolot/Pinger/CPunk.pm | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/Echolot/Pinger/CPunk.pm b/Echolot/Pinger/CPunk.pm index 3265d26..1d44759 100644 --- a/Echolot/Pinger/CPunk.pm +++ b/Echolot/Pinger/CPunk.pm @@ -1,7 +1,7 @@ package Echolot::Pinger::CPunk; # (c) 2002 Peter Palfrader <peter@palfrader.org> -# $Id: CPunk.pm,v 1.6 2002/07/22 02:18:30 weasel Exp $ +# $Id: CPunk.pm,v 1.7 2002/09/05 15:12:01 weasel Exp $ # =pod @@ -71,7 +71,7 @@ sub encrypt_to($$$$) { #cluck("GnuPG returned something in stderr: '$stderr' while adding key for '$recipient'; returning\n"), #return undef; ($status =~ /^^\[GNUPG:\] IMPORTED $recipient /m) or - cluck("GnuPG status '$status' didn't indicate key for '$recipient' was imporeted correctly. Returning\n"), + cluck("GnuPG status '$status' didn't indicate key for '$recipient' was imported correctly. Returning\n"), return undef; |