File 4299-Fix-typos-in-system-doc.patch of Package erlang
From ec8703545fc9b536e3a795afcc592ddb71f3c0cd Mon Sep 17 00:00:00 2001
From: "Kian-Meng, Ang" <kianmeng@cpan.org>
Date: Wed, 10 Nov 2021 10:07:38 +0800
Subject: [PATCH] Fix typos in system doc
---
system/doc/design_principles/release_handling.xml | 2 +-
system/doc/design_principles/spec_proc.xml | 2 +-
system/doc/design_principles/statem.xml | 2 +-
system/doc/design_principles/sup_princ.xml | 2 +-
system/doc/efficiency_guide/bench.erl | 4 ++--
system/doc/efficiency_guide/commoncaveats.xmlsrc | 4 ++--
system/doc/efficiency_guide/retired_myths.xml | 2 +-
system/doc/efficiency_guide/tablesDatabases.xml | 2 +-
system/doc/embedded/intro.xml | 2 +-
system/doc/general_info/deprecations_23.inc | 4 ++--
system/doc/reference_manual/distributed.xml | 2 +-
system/doc/reference_manual/expressions.xml | 4 ++--
system/doc/reference_manual/processes.xml | 2 +-
system/doc/reference_manual/typespec.xml | 2 +-
system/doc/top/src/erl_html_tools.erl | 2 +-
system/doc/tutorial/nif.xmlsrc | 2 +-
16 files changed, 20 insertions(+), 20 deletions(-)
diff --git a/system/doc/reference_manual/distributed.xml b/system/doc/reference_manual/distributed.xml
index 043f6e6734..c90da696e4 100644
--- a/system/doc/reference_manual/distributed.xml
+++ b/system/doc/reference_manual/distributed.xml
@@ -162,7 +162,7 @@ dilbert@uab</pre>
in the following text is not very unpredictable.
A better one can be generated using primitives
in the <c>crypto</c> module, though this still does not make
- the inital handshake cryptographically secure.
+ the initial handshake cryptographically secure.
And inter-node communication is still in clear text.
</p>
</note>
--
2.31.1