explicitely -> explicitly;
authorjmc <jmc@openbsd.org>
Wed, 28 Jul 2021 07:37:04 +0000 (07:37 +0000)
committerjmc <jmc@openbsd.org>
Wed, 28 Jul 2021 07:37:04 +0000 (07:37 +0000)
lib/libcrypto/man/X509_check_trust.3

index 98bfecb..c34f7f7 100644 (file)
@@ -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