File 0314-Fix-typo-in-appup-docs.patch of Package erlang
From 11fb13fa16ff29d6a10dc726ab6febc1a58b3b4a Mon Sep 17 00:00:00 2001
From: Johannes Christ <jc@jchri.st>
Date: Thu, 25 May 2023 19:35:23 +0200
Subject: [PATCH] Fix typo in appup docs
---
lib/sasl/doc/src/appup.xml | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
diff --git a/lib/sasl/doc/src/appup.xml b/lib/sasl/doc/src/appup.xml
index 9ed8e1299e..c4b15c23b6 100644
--- a/lib/sasl/doc/src/appup.xml
+++ b/lib/sasl/doc/src/appup.xml
@@ -393,7 +393,7 @@ restart_new_emulator</pre>
<warning>
<p>As stated earlier, instruction <c>restart_new_emulator</c>
causes the emulator to be restarted with new versions of
- ERTS>, Kernel, STDLIB, and SASL.
+ ERTS, Kernel, STDLIB, and SASL.
However, all other applications do at startup run their old
versions in this new emulator. This is usually no problem,
but every now and then incompatible changes occur to the
--
2.35.3