diff options
author | Ingela Anderton Andin <[email protected]> | 2018-01-25 17:31:36 +0100 |
---|---|---|
committer | Ingela Anderton Andin <[email protected]> | 2018-01-25 17:31:36 +0100 |
commit | 6a38adea390ff4c04103037a5fbd9044c6da12ad (patch) | |
tree | 772cc5259e910637459a51398499be1f662ae253 | |
parent | f4901ebdeb3556897f309348ad5571abd3cb9421 (diff) | |
download | otp-6a38adea390ff4c04103037a5fbd9044c6da12ad.tar.gz otp-6a38adea390ff4c04103037a5fbd9044c6da12ad.tar.bz2 otp-6a38adea390ff4c04103037a5fbd9044c6da12ad.zip |
ssl: Fix typo
-rw-r--r-- | lib/ssl/doc/src/ssl_app.xml | 2 |
1 files changed, 1 insertions, 1 deletions
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> |