diff options
Diffstat (limited to 'g10/pkclist.c')
-rw-r--r-- | g10/pkclist.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/g10/pkclist.c b/g10/pkclist.c index 3e6e78d59..fa8351bf5 100644 --- a/g10/pkclist.c +++ b/g10/pkclist.c @@ -172,7 +172,7 @@ do_we_trust( PKT_public_cert *pkc, int trustlevel ) char *answer; int yes; - log_info("key has beed revoked!\n"); + log_info("key has been revoked!\n"); if( opt.batch ) return 0; |