summaryrefslogtreecommitdiff
path: root/usr.sbin/rpki-client
diff options
context:
space:
mode:
authorTheo Buehler <tb@cvs.openbsd.org>2022-02-02 12:10:41 +0000
committerTheo Buehler <tb@cvs.openbsd.org>2022-02-02 12:10:41 +0000
commit6e4b5cf96ef20a20bc0569df5d3e8b0846ddb1d5 (patch)
tree05d1309f4b46cee85bf9e771f084520fedfb972d /usr.sbin/rpki-client
parent7a335a355b5ab31d11111908a004b8373cba3f81 (diff)
typo
Diffstat (limited to 'usr.sbin/rpki-client')
-rw-r--r--usr.sbin/rpki-client/x509.c4
1 files changed, 2 insertions, 2 deletions
diff --git a/usr.sbin/rpki-client/x509.c b/usr.sbin/rpki-client/x509.c
index d975aef9c24..9ba84544b63 100644
--- a/usr.sbin/rpki-client/x509.c
+++ b/usr.sbin/rpki-client/x509.c
@@ -1,4 +1,4 @@
-/* $OpenBSD: x509.c,v 1.32 2022/01/18 16:18:22 claudio Exp $ */
+/* $OpenBSD: x509.c,v 1.33 2022/02/02 12:10:40 tb Exp $ */
/*
* Copyright (c) 2021 Claudio Jeker <claudio@openbsd.org>
* Copyright (c) 2019 Kristaps Dzonsons <kristaps@bsd.lv>
@@ -350,7 +350,7 @@ x509_get_expire(X509 *x, const char *fn, time_t *tt)
/*
* Parse the very specific subset of information in the CRL distribution
* point extension.
- * See RFC 6487, sectoin 4.8.6 for details.
+ * See RFC 6487, section 4.8.6 for details.
* Returns NULL on failure, the crl URI on success which has to be freed
* after use.
*/