File 0129-Fix-minor-typo-and-notation-in-httpc-request-4-5.patch of Package erlang
From b2d598d661dbff2a1efefd4a61f268ddbbcbf461 Mon Sep 17 00:00:00 2001
From: niku <niku@niku.name>
Date: Thu, 11 May 2017 20:09:39 +0900
Subject: [PATCH] Fix minor typo and notation in httpc:request/[4,5]
---
lib/inets/doc/src/httpc.xml | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
diff --git a/lib/inets/doc/src/httpc.xml b/lib/inets/doc/src/httpc.xml
index 4217b3c4f..46484977c 100644
--- a/lib/inets/doc/src/httpc.xml
+++ b/lib/inets/doc/src/httpc.xml
@@ -344,7 +344,7 @@
<tag><c><![CDATA[ssl]]></c></tag>
<item>
<p>This is the <c>SSL/TLS</c> connectin configuration option.</p>
- <p>Defaults to <c>[]</c>. See <seealso marker="ssl:ssl">ssl:connect/[2, 3,4]</seealso> for availble options.</p>
+ <p>Defaults to <c>[]</c>. See <seealso marker="ssl:ssl">ssl:connect/[2,3,4]</seealso> for available options.</p>
</item>
<tag><c><![CDATA[autoredirect]]></c></tag>
--
2.13.0