From 59649f4ed214458105700d6b6e8d8f44f2f200ee Mon Sep 17 00:00:00 2001
From: jeffweiss <jeff.weiss@puppetlabs.com>
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/eldap')

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>
-- 
cgit v1.2.3