File 0566-Doc-typo-fix-minimized-instead-of-mimimized.patch of Package erlang
From b111ed785f69796c84db821a5c7960232bf88333 Mon Sep 17 00:00:00 2001
From: Michal Jurek <jurmcc@gmail.com>
Date: Fri, 30 Dec 2022 21:19:21 +0100
Subject: [PATCH] Doc typo fix: minimized instead of mimimized
---
system/doc/design_principles/statem.xml | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
diff --git a/system/doc/design_principles/statem.xml b/system/doc/design_principles/statem.xml
index 928996613a..a3edb46669 100644
--- a/system/doc/design_principles/statem.xml
+++ b/system/doc/design_principles/statem.xml
@@ -2534,7 +2534,7 @@ terminate(_Reason, State, _Data) ->
the servers can be expected to idle for a while,
and the amount of heap memory all these servers need
is a problem, then the memory footprint of a server
- can be mimimized by hibernating it through
+ can be minimized by hibernating it through
<seemfa marker="stdlib:proc_lib#hibernate/3"><c>proc_lib:hibernate/3</c></seemfa>.
</p>
<note>
--
2.35.3