From: tb Date: Wed, 2 Feb 2022 12:10:40 +0000 (+0000) Subject: typo X-Git-Url: http://artulab.com/gitweb/?a=commitdiff_plain;h=0c3ba0c18bd37eed0e58cf7f44ef3399930bbaac;p=openbsd typo --- 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 * Copyright (c) 2019 Kristaps Dzonsons @@ -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. */