diff options
author | Theo Buehler <tb@cvs.openbsd.org> | 2017-07-08 13:37:24 +0000 |
---|---|---|
committer | Theo Buehler <tb@cvs.openbsd.org> | 2017-07-08 13:37:24 +0000 |
commit | c6b48ee5695de7fe77d88eba859a09d9dc79495e (patch) | |
tree | eccdf026185cebc381f1e8382aeb832217370088 /usr.sbin | |
parent | 322ccd9ab96a3949381e2ac6a88401c73ad93f3a (diff) |
fix typo in comment
from Hiltjo Posthuma
Diffstat (limited to 'usr.sbin')
-rw-r--r-- | usr.sbin/acme-client/revokeproc.c | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/usr.sbin/acme-client/revokeproc.c b/usr.sbin/acme-client/revokeproc.c index 66ccfa315a2..4365a34ec47 100644 --- a/usr.sbin/acme-client/revokeproc.c +++ b/usr.sbin/acme-client/revokeproc.c @@ -1,4 +1,4 @@ -/* $Id: revokeproc.c,v 1.12 2017/01/24 13:32:55 jsing Exp $ */ +/* $Id: revokeproc.c,v 1.13 2017/07/08 13:37:23 tb Exp $ */ /* * Copyright (c) 2016 Kristaps Dzonsons <kristaps@bsd.lv> * @@ -164,7 +164,7 @@ revokeproc(int fd, const char *certdir, const char *certfile, int force, /* * Next, the long process to make sure that the SAN entries * listed with the certificate fully cover those passed on the - * comamnd line. + * command line. */ extsz = x->cert_info->extensions != NULL ? |