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