From 7599cc5b435fae279bd8ee4bc3b92210cbe893a9 Mon Sep 17 00:00:00 2001 From: Sachin agarwal Date: Fri, 20 Dec 2019 08:40:01 +0530 Subject: [PATCH] In the documentation of SslContextBuilder::set_certificate, we had written "lthe" rather than "the". In this commit, we fix the typo. --- openssl/src/ssl/mod.rs | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/openssl/src/ssl/mod.rs b/openssl/src/ssl/mod.rs index ad3b92025..b2519f0c0 100644 --- a/openssl/src/ssl/mod.rs +++ b/openssl/src/ssl/mod.rs @@ -1037,7 +1037,7 @@ impl SslContextBuilder { /// Sets the list of supported ciphers for the TLSv1.3 protocol. /// - /// The `set_cipher_list` method controls lthe cipher suites for protocols before TLSv1.3. + /// The `set_cipher_list` method controls the cipher suites for protocols before TLSv1.3. /// /// The format consists of TLSv1.3 ciphersuite names separated by `:` characters in order of /// preference. -- GitLab