File 0192-stdlib-fix-typo-in-doc.patch of Package erlang
From 6af2b91ee1108e2e903e0bc619ecfdcfaa514b50 Mon Sep 17 00:00:00 2001
From: Pierre Allix <pierre.allix.work@gmail.com>
Date: Fri, 6 Jan 2023 13:31:00 +0100
Subject: [PATCH 2/3] stdlib: fix typo in doc
---
lib/stdlib/doc/src/rand.xml | 4 ++--
1 file changed, 2 insertions(+), 2 deletions(-)
diff --git a/lib/stdlib/doc/src/rand.xml b/lib/stdlib/doc/src/rand.xml
index ac99736761..4c47b64fbd 100644
--- a/lib/stdlib/doc/src/rand.xml
+++ b/lib/stdlib/doc/src/rand.xml
@@ -540,7 +540,7 @@ end.</pre>
<seemfa marker="#uniform/0"><c>uniform/0</c></seemfa>
because all bits in the mantissa are random.
This property, in combination with the fact that exactly zero
- is never returned is useful for algoritms doing for example
+ is never returned is useful for algorithms doing for example
<c>1.0 / <anno>X</anno></c> or <c>math:log(<anno>X</anno>)</c>.
</p>
</note>
@@ -623,7 +623,7 @@ end.</pre>
<seemfa marker="#uniform_s/1"><c>uniform_s/1</c></seemfa>
because all bits in the mantissa are random.
This property, in combination with the fact that exactly zero
- is never returned is useful for algoritms doing for example
+ is never returned is useful for algorithms doing for example
<c>1.0 / <anno>X</anno></c> or <c>math:log(<anno>X</anno>)</c>.
</p>
</note>
--
2.35.3