summaryrefslogtreecommitdiff
path: root/libexec
diff options
context:
space:
mode:
authorKenneth R Westerback <krw@cvs.openbsd.org>2018-10-22 17:31:26 +0000
committerKenneth R Westerback <krw@cvs.openbsd.org>2018-10-22 17:31:26 +0000
commit434c76b446722a16c01e2876accd9f0fb6dc1840 (patch)
treefc76c6aebe35d7f050d1b1756ad5a64a22e6c2d4 /libexec
parentaf2a4a3e76ab12afc46cc2224c71d38fd0511e40 (diff)
More "explicitely" -> "explicitly" in various comments.
ok guenther@ tb@ deraadt@
Diffstat (limited to 'libexec')
-rw-r--r--libexec/spamd/spamd.c4
1 files changed, 2 insertions, 2 deletions
diff --git a/libexec/spamd/spamd.c b/libexec/spamd/spamd.c
index 725510d654b..84935e9df33 100644
--- a/libexec/spamd/spamd.c
+++ b/libexec/spamd/spamd.c
@@ -1,4 +1,4 @@
-/* $OpenBSD: spamd.c,v 1.154 2018/04/26 08:57:07 beck Exp $ */
+/* $OpenBSD: spamd.c,v 1.155 2018/10/22 17:31:24 krw Exp $ */
/*
* Copyright (c) 2015 Henning Brauer <henning@openbsd.org>
@@ -471,7 +471,7 @@ spamd_tls_init()
if (tls_configure(tlsctx, tlscfg) != 0)
errx(1, "failed to configure TLS - %s", tls_error(tlsctx));
- /* set hostname to cert's CN unless explicitely given? */
+ /* set hostname to cert's CN unless explicitly given? */
}
int