From 8007a687744711ccd05d97719bf9d151dd8bd33e Mon Sep 17 00:00:00 2001 From: Yury Gargay Date: Fri, 6 Apr 2018 13:34:26 +0200 Subject: 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(-) (limited to 'lib/ssh') 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 @@

atom() | {atom(), list()}

atom() - Name of the erlang module implementing the behaviours ssh_client_key_api or - ssh_client_key_api as the + ssh_server_key_api as the case maybe.

list() - List of options that can be passed to the callback module.

-- cgit v1.2.3