diff options
author | Hans Nilsson <[email protected]> | 2017-02-15 13:34:16 +0100 |
---|---|---|
committer | Hans Nilsson <[email protected]> | 2017-02-15 13:34:16 +0100 |
commit | 5fa9ae3f7cce55047061b94f35940d6eaf94d9ee (patch) | |
tree | 64597a0bfee76fc1dcca2aba04cfce10ef83432d /lib/ssh | |
parent | 2869472d38814d8ab5f034e383c7aa063aab4618 (diff) | |
download | otp-5fa9ae3f7cce55047061b94f35940d6eaf94d9ee.tar.gz otp-5fa9ae3f7cce55047061b94f35940d6eaf94d9ee.tar.bz2 otp-5fa9ae3f7cce55047061b94f35940d6eaf94d9ee.zip |
ssh: speling error
Diffstat (limited to 'lib/ssh')
-rw-r--r-- | lib/ssh/doc/src/ssh.xml | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/lib/ssh/doc/src/ssh.xml b/lib/ssh/doc/src/ssh.xml index 20508a73a6..f6e26f5ee8 100644 --- a/lib/ssh/doc/src/ssh.xml +++ b/lib/ssh/doc/src/ssh.xml @@ -199,7 +199,7 @@ the user on stdio. </item> <item>A <c>CallbackFun</c> will be called and the boolean return value <c>true</c> will make the client - accept the Host Key. A reurn value of <c>false</c> will make the client to reject the Host Key and therefore + accept the Host Key. A return value of <c>false</c> will make the client to reject the Host Key and therefore also the connection will be closed. The arguments to the fun are: <list type="bulleted"> <item><c>PeerName</c> - a string with the name or address of the remote host.</item> |