summaryrefslogtreecommitdiffstats
path: root/webclients/java-applet/ssl/ss_vncviewer
diff options
context:
space:
mode:
authorChristian Beier <dontmind@freeshell.org>2015-10-10 14:12:06 +0200
committerChristian Beier <dontmind@freeshell.org>2015-10-10 14:12:06 +0200
commitab0765903987296fe03bc3dd11645206f9d67e7f (patch)
treea462dc1715366e72e74e45dcc24f4d3a1c241772 /webclients/java-applet/ssl/ss_vncviewer
parent97f442ef2aa65ade6bea11e90054c57b90abbaca (diff)
parent9c7efb7633ba62cd80c93e83284663f805bb3031 (diff)
downloadlibtdevnc-ab0765903987296fe03bc3dd11645206f9d67e7f.tar.gz
libtdevnc-ab0765903987296fe03bc3dd11645206f9d67e7f.zip
Merge pull request #89 from stweil/master
Fix some typos (found by codespell)
Diffstat (limited to 'webclients/java-applet/ssl/ss_vncviewer')
-rwxr-xr-xwebclients/java-applet/ssl/ss_vncviewer10
1 files changed, 5 insertions, 5 deletions
diff --git a/webclients/java-applet/ssl/ss_vncviewer b/webclients/java-applet/ssl/ss_vncviewer
index 7e793ff..b996600 100755
--- a/webclients/java-applet/ssl/ss_vncviewer
+++ b/webclients/java-applet/ssl/ss_vncviewer
@@ -91,7 +91,7 @@
#
# [user1@]host1[:port1],[user2@]host2[:port2]
#
-# in which case a ssh to host1 and thru it via a -L redir a 2nd
+# in which case a ssh to host1 and through it via a -L redir a 2nd
# ssh is established to host2.
#
# Examples:
@@ -109,10 +109,10 @@
#
# -sshargs "args" pass "args" to the ssh process, e.g. -L/-R port redirs.
#
-# -sshssl Tunnel the SSL connection thru a SSH connection. The tunnel as
-# under -ssh is set up and the SSL connection goes thru it. Use
+# -sshssl Tunnel the SSL connection through a SSH connection. The tunnel as
+# under -ssh is set up and the SSL connection goes through it. Use
# this if you want to have and end-to-end SSL connection but must
-# go thru a SSH gateway host (e.g. not the vnc server). Or use
+# go through a SSH gateway host (e.g. not the vnc server). Or use
# this if you need to tunnel additional services via -R and -L
# (see -sshargs above).
#
@@ -351,7 +351,7 @@ if [ "X$SKIP_STUNNEL_NO_SYSLOG" = "X" ]; then
STUNNEL_NO_SYSLOG=1; export STUNNEL_NO_SYSLOG
fi
-# this is the -t ssh option (gives better keyboard response thru SSH tunnel)
+# this is the -t ssh option (gives better keyboard response through SSH tunnel)
targ="-t"
if [ "X$SS_VNCVIEWER_NO_T" != "X" ]; then
targ=""