File 0315-Fix-typo-in-ssh-key_cb-type-description.patch of Package erlang

From 8007a687744711ccd05d97719bf9d151dd8bd33e Mon Sep 17 00:00:00 2001
From: Yury Gargay <yury.gargay@gmail.com>
Date: Fri, 6 Apr 2018 13:34:26 +0200
Subject: [PATCH] Fix typo in ssh key_cb type description

`ssh_server_key_api` was missed instead`ssh_client_key_api` mentioned two times.
---
 lib/ssh/doc/src/ssh.xml | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/lib/ssh/doc/src/ssh.xml b/lib/ssh/doc/src/ssh.xml
index d36be8431c..c641badd9a 100644
--- a/lib/ssh/doc/src/ssh.xml
+++ b/lib/ssh/doc/src/ssh.xml
@@ -107,7 +107,7 @@
         <p><c>atom() | {atom(), list()}</c></p>
         <p><c>atom()</c> - Name of the erlang module implementing the behaviours
         <seealso marker="ssh_client_key_api">ssh_client_key_api</seealso> or
-        <seealso marker="ssh_client_key_api">ssh_client_key_api</seealso> as the
+        <seealso marker="ssh_server_key_api">ssh_server_key_api</seealso> as the
         case maybe.</p>
         <p><c>list()</c> - List of options that can be passed to the callback module.</p>
       </item>
-- 
2.16.3

openSUSE Build Service is sponsored by