summaryrefslogtreecommitdiff
path: root/regress
diff options
context:
space:
mode:
authorDarren Tucker <dtucker@cvs.openbsd.org>2022-12-07 11:45:44 +0000
committerDarren Tucker <dtucker@cvs.openbsd.org>2022-12-07 11:45:44 +0000
commit928a80573a16594876e0997a8a62da878f2f790f (patch)
tree23a909521ca2b4d4d34e2d56df1a9ca891af516b /regress
parentfb3831cc61209ce353034d45355131525406e1f7 (diff)
Fix comment typo.
Diffstat (limited to 'regress')
-rw-r--r--regress/usr.bin/ssh/hostbased.sh4
1 files changed, 2 insertions, 2 deletions
diff --git a/regress/usr.bin/ssh/hostbased.sh b/regress/usr.bin/ssh/hostbased.sh
index 04a1c1a2da4..eb9cf2727d3 100644
--- a/regress/usr.bin/ssh/hostbased.sh
+++ b/regress/usr.bin/ssh/hostbased.sh
@@ -1,4 +1,4 @@
-# $OpenBSD: hostbased.sh,v 1.3 2022/01/08 07:55:26 dtucker Exp $
+# $OpenBSD: hostbased.sh,v 1.4 2022/12/07 11:45:43 dtucker Exp $
# Placed in the Public Domain.
# This test requires external setup and thus is skipped unless
@@ -8,7 +8,7 @@
# - ssh-keysign must be installed and setuid.
# - "EnableSSHKeysign yes" must be in the system ssh_config.
# - the system's own real FQDN the system-wide shosts.equiv.
-# - the system's real public key fingerprints must me in global ssh_known_hosts.
+# - the system's real public key fingerprints must be in global ssh_known_hosts.
#
tid="hostbased"