File 0456-supervisor_bridge-fix-documentation-typo.patch of Package erlang
From f20b063a46f5f203d90f302b8b96bd3a53ac8c9f Mon Sep 17 00:00:00 2001
From: Tom Schuster <tomjschuster@gmail.com>
Date: Tue, 19 Aug 2025 03:15:42 -0400
Subject: [PATCH] supervisor_bridge: fix documentation typo
---
lib/stdlib/src/supervisor_bridge.erl | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
diff --git a/lib/stdlib/src/supervisor_bridge.erl b/lib/stdlib/src/supervisor_bridge.erl
index f905af0fa0..d2e287cb8f 100644
--- a/lib/stdlib/src/supervisor_bridge.erl
+++ b/lib/stdlib/src/supervisor_bridge.erl
@@ -82,7 +82,7 @@ It is to be the opposite of [`Module:init/1`](`c:init/1`) and stop the subsystem
and do any necessary cleaning up. The return value is ignored.
`Reason` is `shutdown` if the supervisor bridge is terminated by its supervisor.
-If the supervisor bridge terminates because a a linked process (apart from the
+If the supervisor bridge terminates because a linked process (apart from the
main process of the subsystem) has terminated with reason `Term`, then `Reason`
becomes `Term`.
--
2.43.0