File 0887-Typo-transfere-transfer.patch of Package erlang
From b456cf9f35635d6cef98e4ef18f52e67d0a39aff Mon Sep 17 00:00:00 2001
From: nico piderman <nico.piderman@gmail.com>
Date: Thu, 16 Apr 2020 09:46:37 +0200
Subject: [PATCH] Typo: transfere -> transfer
---
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 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>
--
2.16.4