File 1004-Typo-fix-in-supervisor.xml.patch of Package erlang
From 2d72a098e70facac6c02c15d797a7a5104007bfb Mon Sep 17 00:00:00 2001
From: Raj Shah <32351151+rnshah9@users.noreply.github.com>
Date: Sun, 18 Oct 2020 17:02:38 -0700
Subject: [PATCH] Typo fix in supervisor.xml
---
lib/stdlib/doc/src/supervisor.xml | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
diff --git a/lib/stdlib/doc/src/supervisor.xml b/lib/stdlib/doc/src/supervisor.xml
index 3ce5094e43..6a44219084 100644
--- a/lib/stdlib/doc/src/supervisor.xml
+++ b/lib/stdlib/doc/src/supervisor.xml
@@ -641,7 +641,7 @@ child_spec() = #{id => child_id(), % mandatory
specifications and child processes belonging to
supervisor <c><anno>SupRef</anno></c>.</p>
<p>Notice that calling this function when supervising many
- childrens under low memory conditions can cause an
+ children under low memory conditions can cause an
out of memory exception.</p>
<p>For a description of <c><anno>SupRef</anno></c>, see
<seealso marker="#SupRef"><c>start_child/2</c></seealso>.</p>
--
2.26.2