aboutsummaryrefslogtreecommitdiffstats
path: root/g10/pkclist.c
diff options
context:
space:
mode:
authorWerner Koch <[email protected]>1998-11-25 11:55:58 +0000
committerWerner Koch <[email protected]>1998-11-25 11:55:58 +0000
commit71134011e3dc4beec17306c797b72d37aa2f52da (patch)
treed717032e418f5b93bb63b560913b142e168d64d3 /g10/pkclist.c
parentRestructured the RNG source and add support for loadable (diff)
downloadgnupg-71134011e3dc4beec17306c797b72d37aa2f52da.tar.gz
gnupg-71134011e3dc4beec17306c797b72d37aa2f52da.zip
Some experimental support for other random gatheres
Diffstat (limited to 'g10/pkclist.c')
-rw-r--r--g10/pkclist.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/g10/pkclist.c b/g10/pkclist.c
index d2b4eb2db..d313b8be4 100644
--- a/g10/pkclist.c
+++ b/g10/pkclist.c
@@ -291,7 +291,7 @@ do_we_trust( PKT_public_key *pk, int trustlevel )
case TRUST_MARGINAL:
log_info(
- _("%08lX: It is not sure taht this key really belongs to the owner\n"
+ _("%08lX: It is not sure that this key really belongs to the owner\n"
"but it is accepted anyway\n"), (ulong)keyid_from_pk( pk, NULL) );
return 1; /* yes */