with-authinfo-kludge: Fix a poorly formatted comment.
authorMark Wooding <mdw@distorted.org.uk>
Wed, 9 Aug 2017 02:58:16 +0000 (03:58 +0100)
committerMark Wooding <mdw@distorted.org.uk>
Wed, 9 Aug 2017 02:58:16 +0000 (03:58 +0100)
with-authinfo-kludge

index 47660a4..2212cbf 100755 (executable)
@@ -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,