File 0446-Update-configure_algos.xml.patch of Package erlang
From a8e572df11b81fe27d8a7e8a8cdafe1ebf010d6c Mon Sep 17 00:00:00 2001
From: Jakub Witczak <u3s@users.noreply.github.com>
Date: Fri, 11 Aug 2023 10:29:24 +0200
Subject: [PATCH] Update configure_algos.xml
fix unsage -> unsafe typo
---
lib/ssh/doc/src/configure_algos.xml | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
diff --git a/lib/ssh/doc/src/configure_algos.xml b/lib/ssh/doc/src/configure_algos.xml
index df4ed145a6..fff0091f9d 100644
--- a/lib/ssh/doc/src/configure_algos.xml
+++ b/lib/ssh/doc/src/configure_algos.xml
@@ -432,7 +432,7 @@
<section>
<title>Example 8</title>
<p>In this example, we need to use a diffie-hellman-group1-sha1 key exchange algorithm
- although it is unsage and disabled by default.
+ although it is unsafe and disabled by default.
</p>
<p>We use the
<seetype marker="ssh#modify_algorithms_common_option">modify_algorithms</seetype>
--
2.35.3