tssh-tunnels: minor grammar fix - adamsgaard.dk - my academic webpage
 (HTM) git clone git://src.adamsgaard.dk/adamsgaard.dk
 (DIR) Log
 (DIR) Files
 (DIR) Refs
 (DIR) README
 (DIR) LICENSE
       ---
 (DIR) commit 0080badf3662fe353cb0e07ec8b1761d3f1e13b8
 (DIR) parent 6c29e3f4626c78e204fde53a7ff60a7a6e3efbb3
 (HTM) Author: Anders Damsgaard <anders@adamsgaard.dk>
       Date:   Fri, 11 Dec 2020 22:19:24 +0100
       
       ssh-tunnels: minor grammar fix
       
       Diffstat:
         M pages/007-ssh-tunnels.html          |       2 +-
         M pages/007-ssh-tunnels.txt           |       2 +-
       
       2 files changed, 2 insertions(+), 2 deletions(-)
       ---
 (DIR) diff --git a/pages/007-ssh-tunnels.html b/pages/007-ssh-tunnels.html
       t@@ -122,7 +122,7 @@ connection from the outside laptop to the office computer:</p>
        </code></pre>
        
        <p>As in the previous example, you can use this setup to create a SSH
       -tunnel all the way from outside laptop to the office computer:</p>
       +tunnel all the way from the outside laptop to the office computer:</p>
        
        <pre><code>ssh -D 1337 -C -N office_computer
        </code></pre>
 (DIR) diff --git a/pages/007-ssh-tunnels.txt b/pages/007-ssh-tunnels.txt
       t@@ -115,7 +115,7 @@ connection from the outside laptop to the office computer:
            ssh office_computer
        
        As in the previous example, you can use this setup to create a SSH
       -tunnel all the way from outside laptop to the office computer:
       +tunnel all the way from the outside laptop to the office computer:
        
            ssh -D 1337 -C -N office_computer