aboutsummaryrefslogtreecommitdiffstats
path: root/lib/ssh/doc/src
diff options
context:
space:
mode:
authorLukas Larsson <[email protected]>2018-08-14 09:24:53 +0200
committerGitHub <[email protected]>2018-08-14 09:24:53 +0200
commitedccc905d6d86f57ff1879b5c6c7068386e2fadb (patch)
tree4315f9bdc6b759cb72eb712720e95254c689bf56 /lib/ssh/doc/src
parentb0a453f9f950df868ea8913e9c81a1faca6a020f (diff)
parent7bea41464c5ceed11be8326d54aed3712091b784 (diff)
downloadotp-edccc905d6d86f57ff1879b5c6c7068386e2fadb.tar.gz
otp-edccc905d6d86f57ff1879b5c6c7068386e2fadb.tar.bz2
otp-edccc905d6d86f57ff1879b5c6c7068386e2fadb.zip
Merge pull request #1924 from omh/doc/typo-fixes
Documentation typo fixes, Thoose -> Those.
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 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.