File 0450-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/src/ssh_file.erl b/lib/ssh/src/ssh_file.erl
index 1cddcaf7db..321c6f8c55 100644
--- a/lib/ssh/src/ssh_file.erl
+++ b/lib/ssh/src/ssh_file.erl
@@ -195,7 +195,7 @@ Clients uses all files stored in the [USERDIR](`m:ssh_file#USERDIR`) directory.
-export_type([pubkey_passphrase_client_options/0]).
-doc """
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.
Note that EdDSA passhrases (Curves 25519 and 448) are not implemented.
""".
--
2.43.0