File 0424-Fix-typos-equvalent-equivalent.patch of Package erlang
From 46add3287c67cfd6f7aaa413021b9d1692fc35b5 Mon Sep 17 00:00:00 2001
From: Rodolfo Carvalho <rhcarvalho@gmail.com>
Date: Wed, 2 Jul 2025 21:07:54 +0200
Subject: [PATCH] Fix typos equvalent -> equivalent
---
lib/kernel/src/gen_udp.erl | 2 +-
lib/stdlib/src/rand.erl | 4 ++--
2 files changed, 3 insertions(+), 3 deletions(-)
diff --git a/lib/kernel/src/gen_udp.erl b/lib/kernel/src/gen_udp.erl
index 5b98c3ca42..607f4b69b2 100644
--- a/lib/kernel/src/gen_udp.erl
+++ b/lib/kernel/src/gen_udp.erl
@@ -476,7 +476,7 @@ send(S, Host, Port, Packet) when is_port(S) ->
-doc """
Send a packet to the specified destination, with ancillary data.
-Equvalent to [`send(Socket, Host, Port, Packet)`](`send/4`)
+Equivalent to [`send(Socket, Host, Port, Packet)`](`send/4`)
regarding `Host` and `Port` and also equivalent to
[`send(Socket, Destination, AncData, Packet)`](#send-4-AncData)
regarding the ancillary data: `AncData`.
diff --git a/lib/stdlib/src/rand.erl b/lib/stdlib/src/rand.erl
index 677034a754..415807ae27 100644
--- a/lib/stdlib/src/rand.erl
+++ b/lib/stdlib/src/rand.erl
@@ -1198,7 +1198,7 @@ bytes_r(N, AlgHandler, Next, R0, Bytes, _GoodBytes, GoodBits, _Shift) ->
Jump the generator state forward.
Performs an algorithm specific [`State`](`t:state/0`) jump calculation
-that is equvalent to a large number of state iterations.
+that is equivalent to a large number of state iterations.
See this module's [algorithms list](#algorithms).
Returns the [`NewState`](`t:state/0`).
@@ -1623,7 +1623,7 @@ exsplus_jump({AlgHandler, S}) ->
Jump the generator state forward.
Performs a [`State`](`t:state/0`) jump calculation
-that is equvalent to a 2^64 state iterations.
+that is equivalent to a 2^64 state iterations.
Returns the [`NewState`](`t:state/0`).
--
2.43.0