File 4531-Fix-typo.patch of Package erlang
From 499e3f6c7b1bac94b799381e56693cc4b10bfff9 Mon Sep 17 00:00:00 2001
From: Maria-12648430 <maria-12648430@hnc-agency.org>
Date: Mon, 19 Apr 2021 17:15:28 +0200
Subject: [PATCH 1/4] Fix typo
---
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 4d7b850b71..540f890de9 100644
--- a/lib/stdlib/doc/src/supervisor.xml
+++ b/lib/stdlib/doc/src/supervisor.xml
@@ -82,7 +82,7 @@ sup_flags() = #{strategy => strategy(), % optional
auto_shutdown => auto_shutdown()} % optional</pre>
<section>
- <title>Restart Stratagies</title>
+ <title>Restart Strategies</title>
<p>A supervisor can have one of the following <em>restart strategies</em>
specified with the <c>strategy</c> key in the above map:</p>
--
2.26.2