summaryrefslogtreecommitdiffstats
path: root/sshd-debug.sh
diff options
context:
space:
mode:
Diffstat (limited to 'sshd-debug.sh')
-rwxr-xr-xsshd-debug.sh2
1 files changed, 1 insertions, 1 deletions
diff --git a/sshd-debug.sh b/sshd-debug.sh
index 6e290bc65..86a9b37bd 100755
--- a/sshd-debug.sh
+++ b/sshd-debug.sh
@@ -46,7 +46,7 @@ done
echo >&2 Debugging ${SSHD} auth ${SSHD_AUTH} session ${SSHD_SESSION}
# Append SshdSessionPath and SshdAuthPath pointing to the build directory.
-# If you explicity specify these in the command line, the first-match
+# If you explicitly specify these in the command line, the first-match
# keyword semantics will override these.
exec "${SSHD}" $@ \
-oSshdAuthPath="${SSHD_AUTH}" -oSshdSessionPath="${SSHD_SESSION}"