File 0928-Fix-typo-reasource-resource.patch of Package erlang
From 8936c389d4d4b5249cbac8d6509b230278508e6b Mon Sep 17 00:00:00 2001
From: Ryan Kirkman <ryan@ryankirkman.com>
Date: Thu, 17 Apr 2025 14:54:11 -0700
Subject: [PATCH] =?UTF-8?q?Fix=20typo=20reasource=20=E2=86=92=20resource?=
MIME-Version: 1.0
Content-Type: text/plain; charset=UTF-8
Content-Transfer-Encoding: 8bit
---
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 df90b942ea..883533b3b3 100644
--- a/erts/doc/src/erlang.xml
+++ b/erts/doc/src/erlang.xml
@@ -9077,7 +9077,7 @@ lists:map(
better indicator of how much load an Erlang node is under instead of
looking at the CPU utilization provided by tools such as <c>top</c> or
<c>sysstat</c>. This is because <c>scheduler_wall_time</c> also includes
- time where the scheduler is waiting for some other reasource (such as an internal
+ time where the scheduler is waiting for some other resource (such as an internal
mutex) to be available but does not use the CPU. In order to better
understand what a scheduler is busy doing you can use
<seeerl marker="#statistics_microstate_accounting">microstate accounting</seeerl>.</p>
--
2.43.0