From 1b6c284833b7a52a9731c498a1cd7ab9da06e8f3 Mon Sep 17 00:00:00 2001 From: jmc Date: Wed, 28 Jul 2021 07:37:04 +0000 Subject: [PATCH] explicitely -> explicitly; --- lib/libcrypto/man/X509_check_trust.3 | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) diff --git a/lib/libcrypto/man/X509_check_trust.3 b/lib/libcrypto/man/X509_check_trust.3 index 98bfecb3d45..c34f7f73707 100644 --- a/lib/libcrypto/man/X509_check_trust.3 +++ b/lib/libcrypto/man/X509_check_trust.3 @@ -1,4 +1,4 @@ -.\" $OpenBSD: X509_check_trust.3,v 1.2 2021/07/27 13:27:46 schwarze Exp $ +.\" $OpenBSD: X509_check_trust.3,v 1.3 2021/07/28 07:37:04 jmc Exp $ .\" .\" Copyright (c) 2021 Ingo Schwarze .\" @@ -14,7 +14,7 @@ .\" ACTION OF CONTRACT, NEGLIGENCE OR OTHER TORTIOUS ACTION, ARISING OUT OF .\" OR IN CONNECTION WITH THE USE OR PERFORMANCE OF THIS SOFTWARE. .\" -.Dd $Mdocdate: July 27 2021 $ +.Dd $Mdocdate: July 28 2021 $ .Dt X509_CHECK_TRUST 3 .Os .Sh NAME @@ -187,11 +187,11 @@ is explicitly or implicitly trusted for the requested purpose. .It Dv X509_TRUST_REJECTED The .Fa certificate -is explicitely rejected for the requested purpose. +is explicitly rejected for the requested purpose. .It Dv X509_TRUST_UNTRUSTED The .Fa certificate -is neither trusted nor explicitely rejected, +is neither trusted nor explicitly rejected, which implies that it is not trusted. .El .Sh SEE ALSO -- 2.20.1