diff options
| author | Werner Koch <[email protected]> | 1998-11-25 11:55:58 +0000 |
|---|---|---|
| committer | Werner Koch <[email protected]> | 1998-11-25 11:55:58 +0000 |
| commit | 71134011e3dc4beec17306c797b72d37aa2f52da (patch) | |
| tree | d717032e418f5b93bb63b560913b142e168d64d3 /g10/pkclist.c | |
| parent | Restructured the RNG source and add support for loadable (diff) | |
| download | gnupg-71134011e3dc4beec17306c797b72d37aa2f52da.tar.gz gnupg-71134011e3dc4beec17306c797b72d37aa2f52da.zip | |
Some experimental support for other random gatheres
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 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 */ |
