aboutsummaryrefslogtreecommitdiffstats
path: root/lib/ssh/doc/src/ssh.xml
diff options
context:
space:
mode:
authorYury Gargay <[email protected]>2018-04-06 13:34:26 +0200
committerGitHub <[email protected]>2018-04-06 13:34:26 +0200
commit8007a687744711ccd05d97719bf9d151dd8bd33e (patch)
tree9f2d92eca357bcd4737f790304b49528edaa3c88 /lib/ssh/doc/src/ssh.xml
parentd91b104f9bd7177fc97890f07c8949704ca54725 (diff)
downloadotp-8007a687744711ccd05d97719bf9d151dd8bd33e.tar.gz
otp-8007a687744711ccd05d97719bf9d151dd8bd33e.tar.bz2
otp-8007a687744711ccd05d97719bf9d151dd8bd33e.zip
Fix typo in ssh key_cb type description
`ssh_server_key_api` was missed instead`ssh_client_key_api` mentioned two times.
Diffstat (limited to 'lib/ssh/doc/src/ssh.xml')
-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>