diff options
Diffstat (limited to 'doc')
-rw-r--r-- | doc/dirmngr.texi | 2 | ||||
-rw-r--r-- | doc/tools.texi | 2 |
2 files changed, 2 insertions, 2 deletions
diff --git a/doc/dirmngr.texi b/doc/dirmngr.texi index 073cbc2e7..06da87ed6 100644 --- a/doc/dirmngr.texi +++ b/doc/dirmngr.texi @@ -1002,7 +1002,7 @@ as a binary blob. @c @c Here we may encounter a recursive situation: @c @code{validate_cert_chain} needs to look at other certificates and -@c also at CRLs to check whether tehse other certificates and well, the +@c also at CRLs to check whether these other certificates and well, the @c CRL issuer certificate itself are not revoked. FIXME: We need to make @c sure that @code{validate_cert_chain} does not try to lookup the CRL we @c are currently processing. This would be a catch-22 and may indicate a diff --git a/doc/tools.texi b/doc/tools.texi index 1dd1b35e9..425790e9d 100644 --- a/doc/tools.texi +++ b/doc/tools.texi @@ -1500,7 +1500,7 @@ The return value of this command is @item 0 The certificate under question is valid; i.e. there is a valid CRL -available and it is not listed tehre or teh OCSP request returned that +available and it is not listed there or the OCSP request returned that that certificate is valid. @item 1 |