File 0732-Fixed-small-typo-in-hibernate-3-doc.patch of Package erlang
From 6bd084d00223f240fcae29fb8c1903b5f48e7602 Mon Sep 17 00:00:00 2001
From: Roeland van Batenburg <roelandvanbatenburg@gmail.com>
Date: Fri, 27 Sep 2024 10:44:58 +1200
Subject: [PATCH 1/2] Fixed small typo in hibernate/3 doc
---
erts/preloaded/src/erlang.erl | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
diff --git a/erts/doc/src/erlang.xml b/erts/doc/src/erlang.xml
index feb9836c49..68256be424 100644
--- a/erts/doc/src/erlang.xml
+++ b/erts/doc/src/erlang.xml
@@ -3183,7 +3183,7 @@ first</pre>
allocation has been reduced as much as possible. This is
useful if the process does not expect to receive any messages
soon.</p>
- <p>The process is awaken when a message is sent to it, and control
+ <p>The process is awakend when a message is sent to it, and control
resumes in <c><anno>Module</anno>:<anno>Function</anno></c> with
the arguments specified by <c><anno>Args</anno></c> with the call
stack emptied, meaning that the process terminates when that
--
2.43.0