summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authordtucker@openbsd.org <dtucker@openbsd.org>2022-09-21 22:26:50 +0000
committerDamien Miller <djm@mindrot.org>2022-09-27 08:16:44 +1000
commit4cf8d0c0f3030f594a238bab21a0695735515487 (patch)
tree686ef76b8790907ec282f91e8eaea03448899982
parent8179fed3264d5919899900ed8881d5f9bb57ca33 (diff)
upstream: Fix typo. From AlexanderStohr via github PR#343.
-rw-r--r--PROTOCOL.agent4
1 files changed, 2 insertions, 2 deletions
diff --git a/PROTOCOL.agent b/PROTOCOL.agent
index ec2c47b6..dba76b0c 100644
--- a/PROTOCOL.agent
+++ b/PROTOCOL.agent
@@ -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 $