File 0316-Update-lib-kernel-doc-src-gen_tcp.xml.patch of Package erlang
From 4a4e35f0b59a8496589124cc9128fe3b44c70962 Mon Sep 17 00:00:00 2001
From: Brujo Benavides <elbrujohalcon@gmail.com>
Date: Fri, 29 Mar 2019 09:08:21 -0300
Subject: [PATCH 2/2] Update lib/kernel/doc/src/gen_tcp.xml
Fixing spelling.
---
lib/kernel/doc/src/gen_tcp.xml | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
diff --git a/lib/kernel/doc/src/gen_tcp.xml b/lib/kernel/doc/src/gen_tcp.xml
index 751dfcad1d..f8b41d24e2 100644
--- a/lib/kernel/doc/src/gen_tcp.xml
+++ b/lib/kernel/doc/src/gen_tcp.xml
@@ -260,7 +260,7 @@ do_recv(Sock, Bs) ->
time-out in milliseconds. Defaults to <c>infinity</c>.</p>
<note>
<p>Keep in mind that if the underlying OS <c>connect()</c> call returns
- with a timeout, <c>gen_tcp:connect</c> will also return with a timeout
+ a timeout, <c>gen_tcp:connect</c> will also return a timeout
(i.e. <c>{error, etimedout}</c>), even if a larger <c>Timeout</c> was
specified.</p>
</note>
--
2.16.4