aboutsummaryrefslogtreecommitdiffstats
path: root/lib/ssh/doc/src
diff options
context:
space:
mode:
authorHans Nilsson <[email protected]>2018-04-16 12:37:06 +0200
committerGitHub <[email protected]>2018-04-16 12:37:06 +0200
commit505ff54a1a806695d58898187880047130235539 (patch)
tree1ba12a53324bf5f8e1c034a842fd1689a255176c /lib/ssh/doc/src
parent196b5292e7831a6244687d644e4d648c80bcb808 (diff)
parent8007a687744711ccd05d97719bf9d151dd8bd33e (diff)
downloadotp-505ff54a1a806695d58898187880047130235539.tar.gz
otp-505ff54a1a806695d58898187880047130235539.tar.bz2
otp-505ff54a1a806695d58898187880047130235539.zip
Merge pull request #1776 from surik/patch-1
Fix typo in ssh key_cb type description
Diffstat (limited to 'lib/ssh/doc/src')
-rw-r--r--lib/ssh/doc/src/ssh.xml2
1 files changed, 1 insertions, 1 deletions
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>