summaryrefslogtreecommitdiff
path: root/src
diff options
context:
space:
mode:
authorDaniel Kahn Gillmor <dkg@fifthhorseman.net>2008-09-02 19:45:14 -0400
committerDaniel Kahn Gillmor <dkg@fifthhorseman.net>2008-09-02 19:45:14 -0400
commitfcfb94ec8b3195a107627fecb3765a4b825db5d3 (patch)
tree040650f75d98c1bcc2c4d04650d9feefda63defe /src
parent8deb4a20d99b928661a608cb946b40ae5ab938c7 (diff)
editing comments in monkeysphere-ssh-proxycommand.
Diffstat (limited to 'src')
-rwxr-xr-xsrc/monkeysphere-ssh-proxycommand8
1 files changed, 4 insertions, 4 deletions
diff --git a/src/monkeysphere-ssh-proxycommand b/src/monkeysphere-ssh-proxycommand
index c37d754..a7b87ca 100755
--- a/src/monkeysphere-ssh-proxycommand
+++ b/src/monkeysphere-ssh-proxycommand
@@ -52,10 +52,10 @@ fi
URI="ssh://${HOSTP}"
# specify keyserver checking. the behavior of this proxy command is
-# intentially different than that of running monkeyesphere normally,
-# and keychecking is intentially done unders certain circumstances.
-# This can be overridden by setting the MONKEYSPHERE_CHECK_KEYSERVER
-# variable on the command line.
+# intentionally different than that of running monkeyesphere normally,
+# and keyserver checking is intentionally done under certain
+# circumstances. This can be overridden by setting the
+# MONKEYSPHERE_CHECK_KEYSERVER environment variable.
# if the host is in the gpg keyring...
if gpg --list-key ="${URI}" 2>&1 >/dev/null ; then