diff options
author | 2017-07-08 13:37:23 +0000 | |
---|---|---|
committer | 2017-07-08 13:37:23 +0000 | |
commit | a6f7d651c30fb3674a68a28402bf8abf3091ce38 (patch) | |
tree | c61d7e868df63115d9c56b1b43e2bfea6d9e63bf | |
parent | Revert grabbing the socket lock in kqueue filters. (diff) | |
download | wireguard-openbsd-a6f7d651c30fb3674a68a28402bf8abf3091ce38.tar.xz wireguard-openbsd-a6f7d651c30fb3674a68a28402bf8abf3091ce38.zip |
fix typo in comment
from Hiltjo Posthuma
-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 ? |