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/Pinger | |
parent | 24fcf77653d2bd88048c2976e6373b389a91b5a4 (diff) |
Random spelling fixes
Diffstat (limited to 'Echolot/Pinger')
-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; |