summaryrefslogtreecommitdiff
path: root/libexec/spamd-setup
diff options
context:
space:
mode:
authorDavid Krause <david@cvs.openbsd.org>2003-08-22 21:50:35 +0000
committerDavid Krause <david@cvs.openbsd.org>2003-08-22 21:50:35 +0000
commitbdee604205b7485ae7e9cb0b6d1aa2e2553297a9 (patch)
tree90db82ccfd6991f5ec8558150130e86480f41ce6 /libexec/spamd-setup
parent97012dcf81eb4cd9173c8a9e3e6d24d264b70bd2 (diff)
pf spelling police
ok dhartmei@ jmc@
Diffstat (limited to 'libexec/spamd-setup')
-rw-r--r--libexec/spamd-setup/spamd-setup.c8
1 files changed, 4 insertions, 4 deletions
diff --git a/libexec/spamd-setup/spamd-setup.c b/libexec/spamd-setup/spamd-setup.c
index 50998c738ce..9f61338819a 100644
--- a/libexec/spamd-setup/spamd-setup.c
+++ b/libexec/spamd-setup/spamd-setup.c
@@ -1,4 +1,4 @@
-/* $OpenBSD: spamd-setup.c,v 1.13 2003/07/29 18:39:23 deraadt Exp $ */
+/* $OpenBSD: spamd-setup.c,v 1.14 2003/08/22 21:50:34 david Exp $ */
/*
* Copyright (c) 2003 Bob Beck. All rights reserved.
*
@@ -327,7 +327,7 @@ open_file(char *method, char *file)
* fix_quoted_colons walks through a buffer returned by cgetent. We
* look for quoted strings, to escape colons (:) in quoted strings for
* getcap by replacing them with \C so cgetstr() deals with it correctly
- * without having to see the \C bletchery in a configuration file tha
+ * without having to see the \C bletchery in a configuration file that
* needs to have urls in it. Frees the buffer passed to it, passes back
* another larger one, with can be used with cgetxxx(), like the original
* buffer, it must be freed by the caller.
@@ -528,8 +528,8 @@ cmpbl(const void *a, const void *b)
}
/*
- * collapse_blacklist takes blacklist/whitelist enties sorts, removes
- * ovelaps and whitelist portions, and returns netblocks to blacklis
+ * collapse_blacklist takes blacklist/whitelist entries sorts, removes
+ * overlaps and whitelist portions, and returns netblocks to blacklist
* as lists of nonoverlapping cidr blocks suitable for feeding in
* printable form to pfctl or spamd.
*/