File 1458-ssl-user-guide-typos-fix.patch of Package erlang
From 52e857661bd92ec05f7c674ca835a395f3e50c14 Mon Sep 17 00:00:00 2001
From: Jakub Witczak <u3s@users.noreply.github.com>
Date: Fri, 1 Oct 2021 13:41:29 +0200
Subject: [PATCH] ssl: user guide typos fix
---
lib/ssl/doc/src/standards_compliance.xml | 6 +++---
lib/ssl/doc/src/using_ssl.xml | 6 +++---
2 files changed, 6 insertions(+), 6 deletions(-)
diff --git a/lib/ssl/doc/src/using_ssl.xml b/lib/ssl/doc/src/using_ssl.xml
index fae2ca80e7..257f260d31 100644
--- a/lib/ssl/doc/src/using_ssl.xml
+++ b/lib/ssl/doc/src/using_ssl.xml
@@ -164,7 +164,7 @@ ok</code>
</code>
<p>In OTP 20 it is desirable to remove all cipher suites
- that uses rsa kexchange (removed from default in 21) </p>
+ that uses rsa key exchange (removed from default in 21) </p>
<code type="erl">2> NoRSA =
ssl:filter_cipher_suites(Default,
[{key_exchange, fun(rsa) -> false;
--
2.31.1