Fixed spelling / typos (from PowerDNS:codespell)

This commit is contained in:
Paul Bakker 2013-10-29 10:02:51 +01:00
parent 93c6aa4014
commit 60b1d10131
10 changed files with 17 additions and 17 deletions

View file

@ -1184,7 +1184,7 @@ int x509_crt_revoked( const x509_crt *crt, const x509_crl *crl )
}
/*
* Check that the given certificate is valid accoring to the CRL.
* Check that the given certificate is valid according to the CRL.
*/
static int x509_crt_verifycrl( x509_crt *crt, x509_crt *ca,
x509_crl *crl_list)