summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authornico piderman <nico.piderman@gmail.com>2020-04-16 09:46:37 +0200
committerGitHub <noreply@github.com>2020-04-16 09:46:37 +0200
commitb456cf9f35635d6cef98e4ef18f52e67d0a39aff (patch)
treea79efefe1e4a901fd610ec01541e741a19dbf2de
parent527fb11b5bbcc5600f8b401b7078a4e041d0fd2f (diff)
downloaderlang-b456cf9f35635d6cef98e4ef18f52e67d0a39aff.tar.gz
Typo: transfere -> transfer
-rw-r--r--lib/kernel/doc/src/gen_tcp.xml2
1 files changed, 1 insertions, 1 deletions
diff --git a/lib/kernel/doc/src/gen_tcp.xml b/lib/kernel/doc/src/gen_tcp.xml
index 1093c33bdb..306ca1b5c6 100644
--- a/lib/kernel/doc/src/gen_tcp.xml
+++ b/lib/kernel/doc/src/gen_tcp.xml
@@ -292,7 +292,7 @@ do_recv(Sock, Bs) ->
If any other process is interacting with the socket while
the transfer is happening, the transfer may not work correctly
and messages may remain in the caller's mailbox. For instance
- changing the sockets active mode before the transfere is complete
+ changing the sockets active mode before the transfer is complete
may cause this.</p>
</desc>
</func>