summaryrefslogtreecommitdiff
path: root/libexec/spamd
diff options
context:
space:
mode:
authorBob Beck <beck@cvs.openbsd.org>2003-03-09 19:27:31 +0000
committerBob Beck <beck@cvs.openbsd.org>2003-03-09 19:27:31 +0000
commit0f3a91c0ce78e0f02c6cc5b7e697ae48549aed85 (patch)
tree015513ad6f8d171060773c694869bda2961a47b5 /libexec/spamd
parent4405d0b19a4cf40129a42295ad626d24b9d8991e (diff)
typo. henning@
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 a249dcc17b0..297c24a179b 100644
--- a/libexec/spamd/spamd.c
+++ b/libexec/spamd/spamd.c
@@ -1,4 +1,4 @@
-/* $OpenBSD: spamd.c,v 1.23 2003/03/09 19:22:25 beck Exp $ */
+/* $OpenBSD: spamd.c,v 1.24 2003/03/09 19:27:30 beck Exp $ */
/*
* Copyright (c) 2002 Theo de Raadt. All rights reserved.
@@ -714,7 +714,7 @@ main(int argc, char *argv[])
errx(1, "Can't find service \"spamd\" in /etc/services");
port = ntohs(ent->s_port);
if ((ent = getservbyname("spamd-cfg", "tcp")) == NULL)
- errx(1, "Can't find service \"spamd-cff\" in /etc/services");
+ errx(1, "Can't find service \"spamd-cfg\" in /etc/services");
cfg_port = ntohs(ent->s_port);
if (gethostname(hostname, sizeof hostname) == -1)