File 0899-Fix-a-typo-in-supervisor_bridge-docs.patch of Package erlang
From fb21a4a97cabb6a38b34e45988266c97ea9fa945 Mon Sep 17 00:00:00 2001
From: Sergei Maximov <s.b.maximov@gmail.com>
Date: Wed, 6 Apr 2022 20:08:26 +0300
Subject: [PATCH] Fix a typo in supervisor_bridge docs
---
lib/stdlib/doc/src/supervisor_bridge.xml | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
diff --git a/lib/stdlib/doc/src/supervisor_bridge.xml b/lib/stdlib/doc/src/supervisor_bridge.xml
index eb21f06b16..6653879040 100644
--- a/lib/stdlib/doc/src/supervisor_bridge.xml
+++ b/lib/stdlib/doc/src/supervisor_bridge.xml
@@ -86,7 +86,7 @@
returns <c>ignore</c> as well and the supervisor_bridge terminates
with reason <c>normal</c>.
If <c><anno>Module</anno>:init/1</c> fails or returns an error tuple or an
- incorrect value, this function returns <c>{error,<anno>Error</anno>r}</c> where
+ incorrect value, this function returns <c>{error,<anno>Error</anno>}</c> where
<c><anno>Error</anno></c> is a term with information about the error, and
the supervisor_bridge terminates with reason <c><anno>Error</anno></c>.</p>
</desc>
--
2.34.1