File 1126-Fix-spelling-error.patch of Package erlang
From 86cad46254e08c99131561fc666c78a783b89c72 Mon Sep 17 00:00:00 2001
From: Henrik Lagebrand <14178318+lagebr@users.noreply.github.com>
Date: Tue, 27 Oct 2020 08:23:02 +0100
Subject: [PATCH] Fix spelling error
---
lib/ssl/doc/src/ssl.xml | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
diff --git a/lib/ssl/doc/src/ssl.xml b/lib/ssl/doc/src/ssl.xml
index c18deea9a4..94700cc713 100644
--- a/lib/ssl/doc/src/ssl.xml
+++ b/lib/ssl/doc/src/ssl.xml
@@ -933,7 +933,7 @@ fun(srp, Username :: binary(), UserState :: term()) ->
the option <c>server_name_indication</c> shall also be specified,
if it is not no Server Name Indication extension will be sent,
and <seealso marker="public_key:public_key#pkix_verify_hostname-2">public_key:pkix_verify_hostname/2</seealso>
- will be called with the IP-address of the connection as <c>ReferenceID</c>, which is proably not what you want.</p></note>
+ will be called with the IP-address of the connection as <c>ReferenceID</c>, which is probably not what you want.</p></note>
</desc>
</func>
--
2.26.2