File 2022-erlang.xml-fix-typo-in-doc.patch of Package erlang
From c91cb7fca430deb732a956a3a4b77b4007bc7037 Mon Sep 17 00:00:00 2001
From: Mikael Pettersson <mikpelinux@gmail.com>
Date: Wed, 1 Jan 2020 16:06:33 +0100
Subject: [PATCH] erlang.xml: fix typo in doc
---
erts/doc/src/erlang.xml | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
diff --git a/erts/doc/src/erlang.xml b/erts/doc/src/erlang.xml
index 20d9379993..f16dd413bf 100644
--- a/erts/doc/src/erlang.xml
+++ b/erts/doc/src/erlang.xml
@@ -1877,7 +1877,7 @@ true</pre>
<p>It might point to the <c>init</c> process if the
<c>Fun</c> was statically allocated when module was
loaded (this optimisation is performed for local
- functions that do not capture the enviornment).</p>
+ functions that do not capture the environment).</p>
</item>
<tag><c>{index, Index}</c></tag>
<item>
--
2.16.4