summaryrefslogtreecommitdiff
path: root/sshadvanced.html
diff options
context:
space:
mode:
Diffstat (limited to 'sshadvanced.html')
-rw-r--r--sshadvanced.html2
1 files changed, 1 insertions, 1 deletions
diff --git a/sshadvanced.html b/sshadvanced.html
index de5bd9a..46d7819 100644
--- a/sshadvanced.html
+++ b/sshadvanced.html
@@ -133,7 +133,7 @@ Host *
<code><pre>ssh -L localhost:8080:192.168.178.25:80 username@example.com</pre></code>
</p>
<p>
- The above command states that any traffic comming from your device (and only your's, because of <code>localhost</code>) will be routed via the
+ The above command states that any traffic comming from your device (and only yours, because of <code>localhost</code>) will be routed via the
SSH channel to <code>192.168.178.25:80</code> in the server's network.
</p>
<p>