mirror of
https://git.suyu.dev/suyu/mbedtls.git
synced 2025-12-24 08:16:33 +01:00
Fixed spelling / typos (from PowerDNS:codespell)
This commit is contained in:
parent
93c6aa4014
commit
60b1d10131
10 changed files with 17 additions and 17 deletions
|
|
@ -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)
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue