File 0337-Fix-minor-typo-in-dialyzer-docs.patch of Package erlang
From e32c6a6b051cb69c80fece01f7d7011f2aabece9 Mon Sep 17 00:00:00 2001
From: Maria Scott <67057258+Maria-12648430@users.noreply.github.com>
Date: Tue, 6 Jun 2023 15:40:53 +0200
Subject: [PATCH] Fix minor typo in dialyzer docs
---
lib/dialyzer/doc/src/dialyzer.xml | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
diff --git a/lib/dialyzer/doc/src/dialyzer.xml b/lib/dialyzer/doc/src/dialyzer.xml
index 334cfcb8d7..dd14507681 100644
--- a/lib/dialyzer/doc/src/dialyzer.xml
+++ b/lib/dialyzer/doc/src/dialyzer.xml
@@ -35,7 +35,7 @@
<description>
<p>Dialyzer is a static analysis tool that identifies software
discrepancies, such as definite type errors, code that has become dead
- or unreachable because of programming error, and unnecessary tests,
+ or unreachable because of programming errors, and unnecessary tests,
in single Erlang modules or entire (sets of) applications.</p>
<p>Dialyzer starts its analysis from either
--
2.35.3