File 2024-ssl-Fix-typo.patch of Package erlang
From 6a38adea390ff4c04103037a5fbd9044c6da12ad Mon Sep 17 00:00:00 2001
From: Ingela Anderton Andin <ingela@erlang.org>
Date: Thu, 25 Jan 2018 17:31:36 +0100
Subject: [PATCH 4/4] ssl: Fix typo
---
lib/ssl/doc/src/ssl_app.xml | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
diff --git a/lib/ssl/doc/src/ssl_app.xml b/lib/ssl/doc/src/ssl_app.xml
index fb395f8ffa..6d88df386f 100644
--- a/lib/ssl/doc/src/ssl_app.xml
+++ b/lib/ssl/doc/src/ssl_app.xml
@@ -152,7 +152,7 @@
<tag><c><![CDATA[bypass_pem_cache = boolean() <optional>]]></c></tag>
<item>
<p>Introduced in ssl-8.0.2. Disables the PEM-cache.
- Can be used as a workaround for the PEM-cache bottlneck
+ Can be used as a workaround for the PEM-cache bottleneck
before ssl-8.1.1. Defaults to false.
</p>
</item>
--
2.16.0