diff options
author | djm@openbsd.org <djm@openbsd.org> | 2020-03-13 03:17:07 +0000 |
---|---|---|
committer | Damien Miller <djm@mindrot.org> | 2020-03-14 19:39:09 +1100 |
commit | d081f017c20a3564255873ed99fd7d024cac540f (patch) | |
tree | 961bd04b64c3d52803740987a6ab713e3ca6d06b /PROTOCOL.mux | |
parent | c084a2d040f160bc2b83f13297e3e3ca3f5dbac6 (diff) |
upstream: spelling errors in comments; no code change from
OpenBSD-Commit-ID: 166ea64f6d84f7bac5636dbd38968592cb5eb924
Diffstat (limited to 'PROTOCOL.mux')
-rw-r--r-- | PROTOCOL.mux | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/PROTOCOL.mux b/PROTOCOL.mux index 77a0780a5..5fc4c06b9 100644 --- a/PROTOCOL.mux +++ b/PROTOCOL.mux | |||
@@ -39,7 +39,7 @@ messages between the client and server. The client therefore must | |||
39 | speak a significant subset of the SSH protocol, but in return is able | 39 | speak a significant subset of the SSH protocol, but in return is able |
40 | to access basically the full suite of connection protocol features. | 40 | to access basically the full suite of connection protocol features. |
41 | Moreover, as no file descriptor passing is required, the connection | 41 | Moreover, as no file descriptor passing is required, the connection |
42 | supporting a proxy client may iteself be forwarded or relayed to another | 42 | supporting a proxy client may itself be forwarded or relayed to another |
43 | host if necessary. | 43 | host if necessary. |
44 | 44 | ||
45 | 1. Connection setup | 45 | 1. Connection setup |
@@ -295,4 +295,4 @@ XXX session inspection via master | |||
295 | XXX signals via mux request | 295 | XXX signals via mux request |
296 | XXX list active connections via mux | 296 | XXX list active connections via mux |
297 | 297 | ||
298 | $OpenBSD: PROTOCOL.mux,v 1.11 2018/09/26 07:30:05 djm Exp $ | 298 | $OpenBSD: PROTOCOL.mux,v 1.12 2020/03/13 03:17:07 djm Exp $ |