diff --git a/openssl/src/ssl/mod.rs b/openssl/src/ssl/mod.rs index ad3b92025aa085a87411a53ffe1eec3171cd3a63..b2519f0c0bf04abc881a82946b67aecb98342fab 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.