File 0386-Fix-typo-shurdown-shutdown.patch of Package erlang
From 83be7361d6a15dd473b01002a3525d61c6d4d4b3 Mon Sep 17 00:00:00 2001
From: Philip Munksgaard <philip@munksgaard.me>
Date: Sun, 11 May 2025 20:27:52 +0200
Subject: [PATCH] Fix typo: shurdown -> shutdown
---
lib/kernel/src/gen_tcp.erl | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
diff --git a/lib/kernel/src/gen_tcp.erl b/lib/kernel/src/gen_tcp.erl
index d08bd79ace..78767906c8 100644
--- a/lib/kernel/src/gen_tcp.erl
+++ b/lib/kernel/src/gen_tcp.erl
@@ -784,7 +784,7 @@ on the socket until that buffered data has been written to the OS
protocol stack. If any errors are encountered, the socket is closed
and `{error, closed}` is returned by the next `recv/2` or `send/2` call.
-Option `{exit_on_close, false}` is useful if the peer performs a shurdown
+Option `{exit_on_close, false}` is useful if the peer performs a shutdown
of its write side. Then the socket stays open for writing after
receive has indicated that the socket was closed.
--
2.43.0