From 620262662935a1dbe2ef9d526ee2b3dbf070851e Mon Sep 17 00:00:00 2001 From: Nathan Froyd Date: Mon, 9 Dec 2019 16:23:27 -0500 Subject: [PATCH] fix a typo in the description of `Asn1Time` --- openssl/src/asn1.rs | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/openssl/src/asn1.rs b/openssl/src/asn1.rs index ca10e65b..842d595a 100644 --- a/openssl/src/asn1.rs +++ b/openssl/src/asn1.rs @@ -104,7 +104,7 @@ foreign_type_and_impl_send_sync! { /// using certificates. If Asn1Time is set using a string, it must /// be in either YYMMDDHHMMSSZ, YYYYMMDDHHMMSSZ, or another ASN.1 format. /// - /// [ASN_TIME_set] documentation at OpenSSL explains the ASN.1 implementaiton + /// [ASN_TIME_set] documentation at OpenSSL explains the ASN.1 implementation /// used by OpenSSL. /// /// [ASN_TIME_set]: https://www.openssl.org/docs/man1.1.0/crypto/ASN1_TIME_set.html