aboutsummaryrefslogtreecommitdiffstats
path: root/lib/eldap
diff options
context:
space:
mode:
authorjeffweiss <[email protected]>2015-03-11 22:35:47 -0700
committerjeffweiss <[email protected]>2015-03-11 22:35:47 -0700
commit59649f4ed214458105700d6b6e8d8f44f2f200ee (patch)
treec374b53c1c98fe9fda6d9242d1d14e2fe1121f25 /lib/eldap
parent07abc92d5c763cee81bf69695e35a658ddc961dc (diff)
downloadotp-59649f4ed214458105700d6b6e8d8f44f2f200ee.tar.gz
otp-59649f4ed214458105700d6b6e8d8f44f2f200ee.tar.bz2
otp-59649f4ed214458105700d6b6e8d8f44f2f200ee.zip
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`.
Diffstat (limited to 'lib/eldap')
-rw-r--r--lib/eldap/doc/src/eldap.xml2
1 files changed, 1 insertions, 1 deletions
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,
<type>
<v>Handle = handle()</v>
<v>Options = ssl:ssl_options()</v>
- <v>Timeout = inifinity | positive_integer()</v>
+ <v>Timeout = infinity | positive_integer()</v>
</type>
<desc>
<p>Upgrade the connection associated with <c>Handle</c> to a tls connection if possible.</p>