diff options
author | nico piderman <nico.piderman@gmail.com> | 2020-04-16 09:46:37 +0200 |
---|---|---|
committer | GitHub <noreply@github.com> | 2020-04-16 09:46:37 +0200 |
commit | b456cf9f35635d6cef98e4ef18f52e67d0a39aff (patch) | |
tree | a79efefe1e4a901fd610ec01541e741a19dbf2de | |
parent | 527fb11b5bbcc5600f8b401b7078a4e041d0fd2f (diff) | |
download | erlang-b456cf9f35635d6cef98e4ef18f52e67d0a39aff.tar.gz |
Typo: transfere -> transfer
-rw-r--r-- | lib/kernel/doc/src/gen_tcp.xml | 2 |
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> |