From 96c49eee3c4e57057bb79a36e163db5221b8dbb8 Mon Sep 17 00:00:00 2001 From: Sachin agarwal Date: Fri, 20 Dec 2019 08:32:51 +0530 Subject: [PATCH] In the documentation of SslContextBuilder::set_session_id_context, we had written "be be" rather than "be". 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 ad3b9202..6ac79d94 100644 --- a/openssl/src/ssl/mod.rs +++ b/openssl/src/ssl/mod.rs @@ -885,7 +885,7 @@ impl SslContextBuilder { /// Set the context identifier for sessions. /// /// This value identifies the server's session cache to clients, telling them when they're - /// able to reuse sessions. It should be be set to a unique value per server, unless multiple + /// able to reuse sessions. It should be set to a unique value per server, unless multiple /// servers share a session cache. /// /// This value should be set when using client certificates, or each request will fail its