commit 6c29e3f4626c78e204fde53a7ff60a7a6e3efbb3
parent 2def9eb271dd1e61da7e2c38a848678915353f81
Author: Anders Damsgaard <anders@adamsgaard.dk>
Date: Fri, 11 Dec 2020 20:47:44 +0100
ssh-tunnels: fix typo. Thanks leot!
Diffstat:
2 files changed, 2 insertions(+), 2 deletions(-)
diff --git a/pages/007-ssh-tunnels.html b/pages/007-ssh-tunnels.html
@@ -121,7 +121,7 @@ connection from the outside laptop to the office computer:</p>
<pre><code>ssh office_computer
</code></pre>
-<p>As in the previous exapmle, you can use this setup to create a SSH
+<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>
<pre><code>ssh -D 1337 -C -N office_computer
diff --git a/pages/007-ssh-tunnels.txt b/pages/007-ssh-tunnels.txt
@@ -114,7 +114,7 @@ connection from the outside laptop to the office computer:
ssh office_computer
-As in the previous exapmle, you can use this setup to create a SSH
+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:
ssh -D 1337 -C -N office_computer