summaryrefslogtreecommitdiffstats
path: root/libexec/spamd
diff options
context:
space:
mode:
authorkrw <krw@openbsd.org>2018-10-22 17:31:24 +0000
committerkrw <krw@openbsd.org>2018-10-22 17:31:24 +0000
commitc43131ad7f420c8af6cee2cdfbcd3f96b0d6e971 (patch)
tree1d9b9500a52d708ea5beca72031c174bf6b63eec /libexec/spamd
parentThe recent switch to realpath(3) for the boot string in vmd(8) broke (diff)
downloadwireguard-openbsd-c43131ad7f420c8af6cee2cdfbcd3f96b0d6e971.tar.xz
wireguard-openbsd-c43131ad7f420c8af6cee2cdfbcd3f96b0d6e971.zip
More "explicitely" -> "explicitly" in various comments.
ok guenther@ tb@ deraadt@
Diffstat (limited to 'libexec/spamd')
-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