File 0714-fixup-Clarify-try-of-documentation.patch of Package erlang
From 3cd8a031bf2524e6170ee03fe561046c0cb16022 Mon Sep 17 00:00:00 2001
From: Sverker Eriksson <sverker@erlang.org>
Date: Fri, 14 Feb 2020 17:42:37 +0100
Subject: [PATCH 3/3] fixup! Clarify try-of documentation
---
system/doc/reference_manual/expressions.xml | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
diff --git a/system/doc/reference_manual/expressions.xml b/system/doc/reference_manual/expressions.xml
index f5f31408a2..4277c21fdb 100644
--- a/system/doc/reference_manual/expressions.xml
+++ b/system/doc/reference_manual/expressions.xml
@@ -1417,7 +1417,7 @@ end</code>
the matching fails, a <c>try_clause</c> run-time error occurs instead of a
<c>case_clause</c>.</p>
<p>Only exceptions occurring during the evaluation of <c>Exprs</c> can be
- caught by the <c>catch</c> section. Exceptions occuring in a <c>Body</c>
+ caught by the <c>catch</c> section. Exceptions occurring in a <c>Body</c>
or due to a failed match are not caught.</p>
<p>The <c>try</c> expression can also be augmented with an
<c>after</c> section, intended to be used for cleanup with side
--
2.16.4