diff options
author | Ole Morten Halvorsen <[email protected]> | 2018-08-13 20:29:37 +0200 |
---|---|---|
committer | Ole Morten Halvorsen <[email protected]> | 2018-08-13 20:29:37 +0200 |
commit | 7bea41464c5ceed11be8326d54aed3712091b784 (patch) | |
tree | 412ec23c1d803e7e70136f47b38af9d8c0dbfa0d /lib/ssh | |
parent | 4fc61aa178faa80290356a63d8e38d93697b9669 (diff) | |
download | otp-7bea41464c5ceed11be8326d54aed3712091b784.tar.gz otp-7bea41464c5ceed11be8326d54aed3712091b784.tar.bz2 otp-7bea41464c5ceed11be8326d54aed3712091b784.zip |
Doc typo fixes, Thoose -> Those.
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 f238bf2ca8..3bc62073a2 100644 --- a/lib/ssh/doc/src/ssh.xml +++ b/lib/ssh/doc/src/ssh.xml @@ -46,7 +46,7 @@ In that encrypted connection one or more channels could be opened with <seealso marker="ssh_connection#session_channel/2">ssh_connection:session_channel/2,4</seealso>. </p> - <p>Each channel is an isolated "pipe" between a client-side process and a server-side process. Thoose process + <p>Each channel is an isolated "pipe" between a client-side process and a server-side process. Those process pairs could handle for example file transfers (sftp) or remote command execution (shell, exec and/or cli). If a custom shell is implemented, the user of the client could execute the special commands remotely. Note that the user is not necessarily a human but probably a system interfacing the SSH app. |