summaryrefslogtreecommitdiff
path: root/lib/libcrypto
diff options
context:
space:
mode:
authorJason McIntyre <jmc@cvs.openbsd.org>2021-07-28 07:37:05 +0000
committerJason McIntyre <jmc@cvs.openbsd.org>2021-07-28 07:37:05 +0000
commit81f278baba9e43e2613d097f1540227e4d84b550 (patch)
tree4541187cab400e9e9bac89423b9afd8ed7fe8d32 /lib/libcrypto
parent799314f9b85c578626b274d579f79db37048ac20 (diff)
explicitely -> explicitly;
Diffstat (limited to 'lib/libcrypto')
-rw-r--r--lib/libcrypto/man/X509_check_trust.38
1 files 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 <schwarze@openbsd.org>
.\"
@@ -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