From: Mark Wooding Date: Wed, 9 Aug 2017 02:58:16 +0000 (+0100) Subject: with-authinfo-kludge: Fix a poorly formatted comment. X-Git-Tag: 0.1.0~1 X-Git-Url: https://git.distorted.org.uk/~mdw/with-authinfo-kludge/commitdiff_plain/26f5de45d3fd512feec9a95181dbf6c0bced004e with-authinfo-kludge: Fix a poorly formatted comment. --- diff --git a/with-authinfo-kludge b/with-authinfo-kludge index 47660a4..2212cbf 100755 --- a/with-authinfo-kludge +++ b/with-authinfo-kludge @@ -669,8 +669,8 @@ sub server_listen ($) { ## The `-L' option sets up the tunnel that we actually wanted. The `-v' ## makes SSH spew stuff to stdout, which might be useful if you're - ## debugging. . The `-S' detaches OpenSSH from any control master - ## things which might be going on, because they tend to interfere with + ## debugging. The `-S' detaches OpenSSH from any control master things + ## which might be going on, because they tend to interfere with ## forwarding (and, besides, the existing master won't be under the same ## noip configuration). The `echo' will let us know that it's started ## up, and the `read' will keep the tunnel open until we close our end,