File 0433-Fix-some-documentation-typos.patch of Package erlang
From 0750043956a9c0e73a42d37a9750ea5e0070bedc Mon Sep 17 00:00:00 2001
From: Magnus Henoch <magnus.henoch@gmail.com>
Date: Wed, 12 Jun 2019 10:37:11 +0100
Subject: [PATCH] Fix some documentation typos
---
erts/doc/src/crash_dump.xml | 2 +-
erts/doc/src/driver.xml | 2 +-
erts/doc/src/erl_ext_dist.xml | 4 ++--
erts/doc/src/zlib.xml | 2 +-
4 files changed, 5 insertions(+), 5 deletions(-)
diff --git a/erts/doc/src/erl_ext_dist.xml b/erts/doc/src/erl_ext_dist.xml
index 3730f0e8ac..2ba5994557 100644
--- a/erts/doc/src/erl_ext_dist.xml
+++ b/erts/doc/src/erl_ext_dist.xml
@@ -720,7 +720,7 @@
<tcaption></tcaption></table>
<p>
Bignums are stored in unary form with a <c>Sign</c> byte
- that is 0 if the binum is positive and 1 if is negative. The
+ that is 0 if the bignum is positive and 1 if is negative. The
digits are stored with the LSB byte stored first. To
calculate the integer the following formula can be used:<br/>
diff --git a/erts/doc/src/zlib.xml b/erts/doc/src/zlib.xml
index 38229456c9..8a580c8d7b 100644
--- a/erts/doc/src/zlib.xml
+++ b/erts/doc/src/zlib.xml
@@ -248,7 +248,7 @@ list_to_binary([B1,B2])</pre>
</func>
<func>
<name name="deflateParams" arity="3"/>
- <fsummary>Dynamicly update deflate parameters</fsummary>
+ <fsummary>Dynamically update deflate parameters</fsummary>
<desc>
<p>Dynamically update the compression level and compression
strategy. The interpretation of <c><anno>Level</anno></c> and
--
2.16.4