diff options
author | Ingela Anderton Andin <[email protected]> | 2015-04-02 16:48:50 +0200 |
---|---|---|
committer | Ingela Anderton Andin <[email protected]> | 2015-04-09 09:08:38 +0200 |
commit | 7461639d24f5d28e2b43ec10e1aa2376b4ba8936 (patch) | |
tree | 97b175a946f9c93b6375ada4cd35d6a41690c840 | |
parent | 6af3195c80ab7ce522602d50eb1db3b6916dcde6 (diff) | |
download | otp-7461639d24f5d28e2b43ec10e1aa2376b4ba8936.tar.gz otp-7461639d24f5d28e2b43ec10e1aa2376b4ba8936.tar.bz2 otp-7461639d24f5d28e2b43ec10e1aa2376b4ba8936.zip |
ssl: Correct typos
-rw-r--r-- | lib/ssl/doc/src/ssl.xml | 2 | ||||
-rw-r--r-- | lib/ssl/doc/src/ssl_crl_cache_api.xml | 2 | ||||
-rw-r--r-- | lib/ssl/doc/src/ssl_distribution.xml | 2 |
3 files changed, 3 insertions, 3 deletions
diff --git a/lib/ssl/doc/src/ssl.xml b/lib/ssl/doc/src/ssl.xml index 1e6981f7e5..b8f7501915 100644 --- a/lib/ssl/doc/src/ssl.xml +++ b/lib/ssl/doc/src/ssl.xml @@ -123,7 +123,7 @@ <tag><c>CallbackModule</c></tag> <item><p><c>= atom()</c></p></item> <tag><c>DataTag</c></tag> - <item><p><c>= atom()</c></p>p> + <item><p><c>= atom()</c></p> <p>Used in socket data message.</p></item> <tag><c>ClosedTag</c></tag> <item><p><c>= atom()</c></p> diff --git a/lib/ssl/doc/src/ssl_crl_cache_api.xml b/lib/ssl/doc/src/ssl_crl_cache_api.xml index 3f518496be..d18eadd2f2 100644 --- a/lib/ssl/doc/src/ssl_crl_cache_api.xml +++ b/lib/ssl/doc/src/ssl_crl_cache_api.xml @@ -60,7 +60,7 @@ <v> CRLs = [<seealso marker="public_key:public_key">public_key:der_encoded()</seealso>] </v> </type> - <desc> <p>Lookup the CRLs belonging to the distribution point <c> Distributionpoint </c> </p>. + <desc> <p>Lookup the CRLs belonging to the distribution point <c> Distributionpoint </c>. </p> This function may choose to only look in the cache or to follow distribution point links depending on how the cache is administrated. </desc> diff --git a/lib/ssl/doc/src/ssl_distribution.xml b/lib/ssl/doc/src/ssl_distribution.xml index 6d1a2f9ccc..c9f7b1b27f 100644 --- a/lib/ssl/doc/src/ssl_distribution.xml +++ b/lib/ssl/doc/src/ssl_distribution.xml @@ -209,7 +209,7 @@ Eshell V5.0 (abort with ^G) initiates a connection to another node. <c>server_</c>-prefixed options are used when accepting a connection from a remote node.</p> - <p>More complex options, such as <c>verify_fun</c>c>, are currently not + <p>More complex options, such as <c>verify_fun</c>, are currently not available, but a mechanism to handle such options may be added in a future release.</p> |