summaryrefslogtreecommitdiff
path: root/regress
diff options
context:
space:
mode:
authordtucker@openbsd.org <dtucker@openbsd.org>2022-12-07 11:45:43 +0000
committerDarren Tucker <dtucker@dtucker.net>2022-12-09 11:24:14 +1100
commit9a067e8d28a2249fd73f004961e30c113ee85e5d (patch)
tree87ff4b09259eb8e04bafd684f6884908eb4242bc /regress
parentce3c3e78ce45d68a82c7c8dc89895f297a67f225 (diff)
downloadopenssh-git-9a067e8d28a2249fd73f004961e30c113ee85e5d.tar.gz
upstream: Fix comment typo.
OpenBSD-Regress-ID: 3b04faced6511bb5e74648c6a4ef4bf2c4decf03
Diffstat (limited to 'regress')
-rw-r--r--regress/hostbased.sh4
1 files changed, 2 insertions, 2 deletions
diff --git a/regress/hostbased.sh b/regress/hostbased.sh
index 04a1c1a2..eb9cf272 100644
--- a/regress/hostbased.sh
+++ b/regress/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"