commit | 60b1d10131416e0bd85d62958e14036a64d230e2 | [log] [tgz] |
---|---|---|
author | Paul Bakker <p.j.bakker@polarssl.org> | Tue Oct 29 10:02:51 2013 +0100 |
committer | Paul Bakker <p.j.bakker@polarssl.org> | Tue Oct 29 10:02:51 2013 +0100 |
tree | 43a57d52a0cebef97a0b3ccfb93342c39b1f1c55 | |
parent | 93c6aa4014c93e79af1a10439cdb3ada9716ab5e [diff] [blame] |
Fixed spelling / typos (from PowerDNS:codespell)
diff --git a/library/x509_crt.c b/library/x509_crt.c index 0a22b87..9eba14d 100644 --- a/library/x509_crt.c +++ b/library/x509_crt.c
@@ -1184,7 +1184,7 @@ } /* - * 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)