diff options
author | djm@openbsd.org <djm@openbsd.org> | 2018-04-10 02:10:49 +0200 |
---|---|---|
committer | Damien Miller <djm@mindrot.org> | 2018-04-10 02:17:15 +0200 |
commit | 001aa55484852370488786bd40e9fdad4b465811 (patch) | |
tree | 8b98f20603dea5362f66fbfcc8c400e29c7492bb /PROTOCOL.certkeys | |
parent | upstream: don't kill ssh-agent's listening socket entriely if we (diff) | |
download | openssh-001aa55484852370488786bd40e9fdad4b465811.tar.xz openssh-001aa55484852370488786bd40e9fdad4b465811.zip |
upstream: lots of typos in comments/docs. Patch from Karsten Weiss
after checking with codespell tool
(https://github.com/lucasdemarchi/codespell)
OpenBSD-Commit-ID: 373222f12d7ab606598a2d36840c60be93568528
Diffstat (limited to 'PROTOCOL.certkeys')
-rw-r--r-- | PROTOCOL.certkeys | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/PROTOCOL.certkeys b/PROTOCOL.certkeys index 64cb18700..65f11f538 100644 --- a/PROTOCOL.certkeys +++ b/PROTOCOL.certkeys @@ -174,7 +174,7 @@ certificate. Each represents a time in seconds since 1970-01-01 valid after <= current time < valid before -criticial options is a set of zero or more key options encoded as +critical options is a set of zero or more key options encoded as below. All such options are "critical" in the sense that an implementation must refuse to authorise a key that has an unrecognised option. @@ -291,4 +291,4 @@ permit-user-rc empty Flag indicating that execution of of this script will not be permitted if this option is not present. -$OpenBSD: PROTOCOL.certkeys,v 1.13 2017/11/03 02:32:19 djm Exp $ +$OpenBSD: PROTOCOL.certkeys,v 1.14 2018/04/10 00:10:49 djm Exp $ |