File 0958-ssh-fix-typo-in-documentation.patch of Package erlang
From 3cf1245c1c6e86d69730c593b853afc6bc45252f Mon Sep 17 00:00:00 2001
From: Simon Oulevay <simon.oulevay@gmail.com>
Date: Sun, 8 Jun 2025 23:19:45 +0200
Subject: [PATCH] ssh: fix typo in documentation
---
lib/ssh/src/ssh_file.erl | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
diff --git a/lib/ssh/doc/src/ssh_file.xml b/lib/ssh/doc/src/ssh_file.xml
index 1cddcaf7db..321c6f8c55 100644
--- a/lib/ssh/doc/src/ssh_file.xml
+++ b/lib/ssh/doc/src/ssh_file.xml
@@ -199,7 +199,7 @@ key :: % encoded key from eg ssh_host_*.
<name name="pubkey_passphrase_client_options"/>
<desc>
<p>If the user's DSA, RSA or ECDSA key is protected by a passphrase, it can be
- supplied with thoose options.
+ supplied with those options.
</p>
<p>Note that EdDSA passhrases (Curves 25519 and 448) are not implemented.</p>
</desc>
--
2.43.0