File 0570-ssh-fix-typo-in-ssh_file.erl-doc-section.patch of Package erlang
From 45735f8d62fbba655918782404701f6ac49fdccf Mon Sep 17 00:00:00 2001
From: Alexandre Rodrigues <alexandrejbr@live.com>
Date: Thu, 12 Feb 2026 08:13:40 +0100
Subject: [PATCH] ssh: fix typo in ssh_file.erl doc section
---
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 f585c865d4..b7cb345774 100644
--- a/lib/ssh/src/ssh_file.erl
+++ b/lib/ssh/src/ssh_file.erl
@@ -235,7 +235,7 @@ memory. The `space` variant shrinks the memory requirements, but with a higher
time consumption.
To set it, set the option `{key_cb, {ssh_file, [{optimize,TimeOrSpace}]}` in the
-call of ["ssh:connect/3](`ssh:connect/3`), `ssh:daemon/2` or similar function
+call of [ssh:connect/3](`ssh:connect/3`), `ssh:daemon/2` or similar function
call that initiates an ssh connection.
""".
-doc(#{title => <<"Options">>}).
--
2.51.0