File 2957-fix-typo-in-comment.patch of Package erlang
From e0db82f83e5cf6b9f3b69cd0b9602de02591028a Mon Sep 17 00:00:00 2001
From: =?UTF-8?q?S=C3=A9bastien=20Saint-Sevin?= <seb@matchix.com>
Date: Thu, 23 Mar 2023 11:42:27 +0100
Subject: [PATCH] fix typo in comment
---
lib/stdlib/src/rand.erl | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
diff --git a/lib/stdlib/src/rand.erl b/lib/stdlib/src/rand.erl
index e2f0278627..1a95030fc7 100644
--- a/lib/stdlib/src/rand.erl
+++ b/lib/stdlib/src/rand.erl
@@ -1466,7 +1466,7 @@ dummy_seed({A1, A2, A3}) ->
%% the same sequence in the reverse order. The generator
%% CX1 = (A * CX0) rem P
%% that uses the multiplicative inverse mod P is, indeed,
-%% an exact equevalent to the corresponding MWC generator.
+%% an exact equivalent to the corresponding MWC generator.
%%
%% An MWC generator has, due to the power of two multiplier
%% in the corresponding MCG, got known statistical weaknesses
--
2.35.3