]> git.ipfire.org Git - thirdparty/openssh-portable.git/commitdiff
upstream: Fix comment typo.
authordtucker@openbsd.org <dtucker@openbsd.org>
Wed, 7 Dec 2022 11:45:43 +0000 (11:45 +0000)
committerDarren Tucker <dtucker@dtucker.net>
Fri, 9 Dec 2022 00:24:14 +0000 (11:24 +1100)
OpenBSD-Regress-ID: 3b04faced6511bb5e74648c6a4ef4bf2c4decf03

regress/hostbased.sh

index 04a1c1a2da458aaae86fbd75312db68096435082..eb9cf2727d33f039b4434ccc17b090ea0b7f3d3a 100644 (file)
@@ -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"