]> git.ipfire.org Git - thirdparty/openssh-portable.git/commitdiff
upstream: Fix typo. From AlexanderStohr via github PR#343.
authordtucker@openbsd.org <dtucker@openbsd.org>
Wed, 21 Sep 2022 22:26:50 +0000 (22:26 +0000)
committerDamien Miller <djm@mindrot.org>
Mon, 26 Sep 2022 22:16:44 +0000 (08:16 +1000)
OpenBSD-Commit-ID: a134c9b4039e48803fc6a87f955b0f4a03181497

PROTOCOL.agent

index ec2c47b635b2762794764d5eae7750ffd86231c7..dba76b0c014b4ae685d929934decf83b7507d356 100644 (file)
@@ -54,7 +54,7 @@ Where a constraint consists of:
        string          to_hostname
        keyspec[]       to_hostkeys
 
-An a keyspec consists of:
+And a keyspec consists of:
 
        string          keyblob
        bool            is_ca
@@ -81,4 +81,4 @@ the constraint is:
 
 This option is only valid for XMSS keys.
 
-$OpenBSD: PROTOCOL.agent,v 1.17 2022/05/09 08:25:27 dtucker Exp $
+$OpenBSD: PROTOCOL.agent,v 1.18 2022/09/21 22:26:50 dtucker Exp $