File 2466-Fix-typo-doc-of-init-in-gen_statem.patch of Package erlang
From 5e233b851decdeb0fa168717bd7a7a1eecfb5ce9 Mon Sep 17 00:00:00 2001
From: Indradhanush Gupta <indradhanush.gupta@gmail.com>
Date: Tue, 11 Jul 2017 22:14:08 -0400
Subject: [PATCH] Fix typo doc of init in gen_statem
---
lib/stdlib/doc/src/gen_statem.xml | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
diff --git a/lib/stdlib/doc/src/gen_statem.xml b/lib/stdlib/doc/src/gen_statem.xml
index a7caa71dc..8de6ed754 100644
--- a/lib/stdlib/doc/src/gen_statem.xml
+++ b/lib/stdlib/doc/src/gen_statem.xml
@@ -1851,7 +1851,7 @@ handle_event(_, _, State, Data) ->
</p>
<note>
<p>
- Note that if the <c>gen_statem</c> is started trough
+ Note that if the <c>gen_statem</c> is started through
<seealso marker="proc_lib"><c>proc_lib</c></seealso>
and
<seealso marker="#enter_loop/4"><c>enter_loop/4-6</c></seealso>,
--
2.13.4