From 59649f4ed214458105700d6b6e8d8f44f2f200ee Mon Sep 17 00:00:00 2001 From: jeffweiss Date: Wed, 11 Mar 2015 22:35:47 -0700 Subject: fix `infinity` typo in eldap docs Prior to this commit the eldap docs mistakenly referenced an atom of `inifinity` for a possible timeout value. This commit corrects the timeout value to `infinity`. --- lib/eldap/doc/src/eldap.xml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'lib') diff --git a/lib/eldap/doc/src/eldap.xml b/lib/eldap/doc/src/eldap.xml index c4b1ac36ca..945379d5d2 100644 --- a/lib/eldap/doc/src/eldap.xml +++ b/lib/eldap/doc/src/eldap.xml @@ -103,7 +103,7 @@ filter() See present/1, substrings/2, Handle = handle() Options = ssl:ssl_options() - Timeout = inifinity | positive_integer() + Timeout = infinity | positive_integer()

Upgrade the connection associated with Handle to a tls connection if possible.

-- cgit v1.2.3