1
0
Fork 0
mirror of git://git.gnupg.org/gnupg.git synced 2025-07-03 22:56:33 +02:00

Fix typos

--
This commit is contained in:
Daniel Kahn Gillmor 2015-10-27 17:09:43 -04:00 committed by Werner Koch
parent 02dc518787
commit 1f872cb4ad
No known key found for this signature in database
GPG key ID: E3FDFF218E45B72B
6 changed files with 6 additions and 6 deletions

View file

@ -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