File otp_src_27.0-rc3-lib-stdlib-typo.patch of Package erlang
diff -Ndurp otp_src_27.0-rc3/lib/stdlib/src/rand.erl otp_src_27.0-rc3-lib-stdlib-typo/lib/stdlib/src/rand.erl
--- otp_src_27.0-rc3/lib/stdlib/src/rand.erl 2024-04-18 09:31:45.000000000 +0300
+++ otp_src_27.0-rc3-lib-stdlib-typo/lib/stdlib/src/rand.erl 2024-05-03 01:38:19.166744641 +0300
@@ -2311,7 +2311,7 @@ base generator enough that all 59 bits a
Be careful to not accidentaly create a bignum when handling the value `V`.
-It is in general general better to use the high bits from this scrambler than
+It is in general better to use the high bits from this scrambler than
the low. See the recepies at the start of this
[Niche algorithms API](#niche-algorithms-api) description.