File 0803-stdlib-Fix-spelling-in-rand-docs.patch of Package erlang
From c5ddc86b0a2c671e664c93208ae77ea1236dea48 Mon Sep 17 00:00:00 2001
From: Frank Hunleth <fhunleth@troodon-software.com>
Date: Wed, 1 Jan 2025 11:20:45 -0500
Subject: [PATCH] stdlib: Fix spelling in rand docs
---
lib/stdlib/src/rand.erl | 8 ++++----
1 file changed, 4 insertions(+), 4 deletions(-)
diff --git a/lib/stdlib/doc/src/rand.xml b/lib/stdlib/doc/src/rand.xml
index cddc3a1fed..5c12ce8de5 100644
--- a/lib/stdlib/doc/src/rand.xml
+++ b/lib/stdlib/doc/src/rand.xml
@@ -1028,7 +1028,7 @@ end.</pre>
on a selected range, nor in generating a floating point number.
It is easy to accidentally mess up the fairly good
statistical properties of this generator when doing either.
- See the recepies at the start of this
+ See the recipes at the start of this
<seeerl marker="#niche-algorithms-api">
Niche algorithms API
</seeerl>
@@ -1112,7 +1112,7 @@ end.</pre>
to use <c>rem</c> on the generator state,
or bit mask extracting the lowest bits to produce numbers
in a range 16 bits or less.
- See the recepies at the start of this
+ See the recipes at the start of this
<seeerl marker="#niche-algorithms-api">
Niche algorithms API
</seeerl>
@@ -1179,7 +1179,7 @@ end.</pre>
that you do not want to have as the high bits
of your generated values.
Therefore it is in general safer to shift out low bits.
- See the recepies at the start of this
+ See the recipes at the start of this
<seeerl marker="#niche-algorithms-api">
Niche algorithms API
</seeerl>
@@ -1214,7 +1214,7 @@ end.</pre>
<p>
It is in general better to use the high bits
from this scrambler than the low.
- See the recepies at the start of this
+ See the recipes at the start of this
<seeerl marker="#niche-algorithms-api">
Niche algorithms API
</seeerl>
--
2.43.0