diff options
author | Ingela Andin <ingela@erlang.org> | 2021-09-03 11:33:06 +0200 |
---|---|---|
committer | GitHub <noreply@github.com> | 2021-09-03 11:33:06 +0200 |
commit | e839e6a53eff700cd488949ca9bf460a5c3c7b75 (patch) | |
tree | 2bad72f56991b6a1ec232b48f9e2fb025567576d /lib/inets | |
parent | 90c7097748ca840d4419e4738dcc5237ffca324b (diff) | |
download | erlang-e839e6a53eff700cd488949ca9bf460a5c3c7b75.tar.gz |
Update httpc.xmlIngelaAndin-httpc-typo
Fix typo
Diffstat (limited to 'lib/inets')
-rw-r--r-- | lib/inets/doc/src/httpc.xml | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/lib/inets/doc/src/httpc.xml b/lib/inets/doc/src/httpc.xml index f579acf7ce..905cfb2465 100644 --- a/lib/inets/doc/src/httpc.xml +++ b/lib/inets/doc/src/httpc.xml @@ -350,7 +350,7 @@ <tag><c><![CDATA[ssl]]></c></tag> <item> - <p>This is the <c>SSL/TLS</c> connectin configuration option.</p> + <p>This is the <c>SSL/TLS</c> connecting configuration option.</p> <p>Defaults to <c>[]</c>. See <seeerl marker="ssl:ssl">ssl:connect/[2,3,4]</seeerl> for available options.</p> </item> |