aboutsummaryrefslogtreecommitdiffstats
path: root/g10/pubkey-enc.c
diff options
context:
space:
mode:
Diffstat (limited to 'g10/pubkey-enc.c')
-rw-r--r--g10/pubkey-enc.c4
1 files changed, 2 insertions, 2 deletions
diff --git a/g10/pubkey-enc.c b/g10/pubkey-enc.c
index 73e734e56..9e3ff434c 100644
--- a/g10/pubkey-enc.c
+++ b/g10/pubkey-enc.c
@@ -96,8 +96,8 @@ get_session_key( PKT_pubkey_enc *k, DEK *dek )
if( sk->pubkey_algo != k->pubkey_algo )
continue;
keyid_from_sk( sk, keyid );
- log_info(_("anonymous receiver; trying secret key %08lX ...\n"),
- (ulong)keyid[1] );
+ log_info(_("anonymous recipient; trying secret key %08lX ...\n"),
+ (ulong)keyid[1] );
rc = check_secret_key( sk, 1 ); /* ask only once */
if( !rc )
rc = get_it( k, dek, sk, keyid );