From: Daniel Kahn Gillmor Date: Tue, 2 Sep 2008 23:45:14 +0000 (-0400) Subject: editing comments in monkeysphere-ssh-proxycommand. X-Git-Tag: monkeysphere_0.12-1~3 X-Git-Url: http://git.tremily.us/?a=commitdiff_plain;h=fcfb94ec8b3195a107627fecb3765a4b825db5d3;p=monkeysphere.git editing comments in monkeysphere-ssh-proxycommand. --- 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