File 0190-parsetools-Correct-spelling.patch of Package erlang
From 4dd9ce40c4bbe0f642e2a39004c6a7523a974021 Mon Sep 17 00:00:00 2001
From: Hans Bolinder <hasse@erlang.org>
Date: Mon, 9 Nov 2020 13:52:16 +0100
Subject: [PATCH 2/2] parsetools: Correct spelling
---
lib/parsetools/doc/src/leex.xml | 4 ++--
lib/parsetools/doc/src/yecc.xml | 4 ++--
2 files changed, 4 insertions(+), 4 deletions(-)
diff --git a/lib/parsetools/doc/src/leex.xml b/lib/parsetools/doc/src/leex.xml
index 1de5b94eea..0e69e44667 100644
--- a/lib/parsetools/doc/src/leex.xml
+++ b/lib/parsetools/doc/src/leex.xml
@@ -34,7 +34,7 @@
<datatype>
<name name="error_info"></name>
<desc><p>The standard <c>error_info()</c> structure that is returned
- from all I/O modules. <c><anno>ErrorDescriptor</anno></c> is formatable
+ from all I/O modules. <c><anno>ErrorDescriptor</anno></c> is formattable
by <seemfa marker="#format_error/1"><c>format_error/1</c></seemfa>.</p>
</desc>
</datatype>
@@ -122,7 +122,7 @@
</func>
<func>
<name name="format_error" arity="1" since=""/>
- <fsummary>Return an English description of a an error reason.</fsummary>
+ <fsummary>Return an English description of an error reason.</fsummary>
<desc>
<p>Returns a descriptive string in English of an error reason
<c><anno>ErrorDescriptor</anno></c> returned by
diff --git a/lib/parsetools/doc/src/yecc.xml b/lib/parsetools/doc/src/yecc.xml
index a956cff872..19438c3b5f 100644
--- a/lib/parsetools/doc/src/yecc.xml
+++ b/lib/parsetools/doc/src/yecc.xml
@@ -49,7 +49,7 @@
<datatype>
<name name="error_info"></name>
<desc><p>The standard <c>error_info()</c> structure that is returned
- from all I/O modules. <c><anno>ErrorDescriptor</anno></c> is formatable
+ from all I/O modules. <c><anno>ErrorDescriptor</anno></c> is formattable
by <seemfa marker="#format_error/1"><c>format_error/1</c></seemfa>.</p>
</desc>
</datatype>
@@ -145,7 +145,7 @@
</func>
<func>
<name name="format_error" arity="1" since=""/>
- <fsummary>Return an English description of a an error reason.</fsummary>
+ <fsummary>Return an English description of an error reason.</fsummary>
<desc>
<p>Returns a descriptive string in English of an error reason
<c><anno>ErrorDescriptor</anno></c> returned by
--
2.26.2