From a6f7d651c30fb3674a68a28402bf8abf3091ce38 Mon Sep 17 00:00:00 2001 From: tb Date: Sat, 8 Jul 2017 13:37:23 +0000 Subject: [PATCH] fix typo in comment from Hiltjo Posthuma --- usr.sbin/acme-client/revokeproc.c | 4 ++-- 1 file 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 * @@ -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 ? -- 2.20.1