summaryrefslogtreecommitdiffstats
path: root/libexec
diff options
context:
space:
mode:
authordavid <david@openbsd.org>2003-08-22 21:50:34 +0000
committerdavid <david@openbsd.org>2003-08-22 21:50:34 +0000
commitc6ce930e3cc2f5d168f533aafc512ec0c20ffef9 (patch)
treef928ea91c80e75ad230214a604e5358bbc043144 /libexec
parentadd Simon Wilkinson (diff)
downloadwireguard-openbsd-c6ce930e3cc2f5d168f533aafc512ec0c20ffef9.tar.xz
wireguard-openbsd-c6ce930e3cc2f5d168f533aafc512ec0c20ffef9.zip
pf spelling police
ok dhartmei@ jmc@
Diffstat (limited to 'libexec')
-rw-r--r--libexec/ftp-proxy/ftp-proxy.c4
-rw-r--r--libexec/spamd-setup/spamd-setup.c8
-rw-r--r--libexec/spamd/sdl.c4
3 files changed, 8 insertions, 8 deletions
diff --git a/libexec/ftp-proxy/ftp-proxy.c b/libexec/ftp-proxy/ftp-proxy.c
index 387c3b51fc6..88b6fd16b86 100644
--- a/libexec/ftp-proxy/ftp-proxy.c
+++ b/libexec/ftp-proxy/ftp-proxy.c
@@ -1,4 +1,4 @@
-/* $OpenBSD: ftp-proxy.c,v 1.32 2003/07/29 14:46:06 henning Exp $ */
+/* $OpenBSD: ftp-proxy.c,v 1.33 2003/08/22 21:50:34 david Exp $ */
/*
* Copyright (c) 1996-2001
@@ -119,7 +119,7 @@ int max_port = IPPORT_HILASTAUTO;
* listening on.
*
* If the socket we are listening on gets a connection then we connect
- * to the other side's socket. Similarily, if a connected socket is
+ * to the other side's socket. Similarly, if a connected socket is
* shutdown then we shutdown the other side's socket.
*/
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.
*/
diff --git a/libexec/spamd/sdl.c b/libexec/spamd/sdl.c
index a668c32f06c..32df2ed512b 100644
--- a/libexec/spamd/sdl.c
+++ b/libexec/spamd/sdl.c
@@ -1,4 +1,4 @@
-/* $OpenBSD: sdl.c,v 1.7 2003/07/06 21:57:27 deraadt Exp $ */
+/* $OpenBSD: sdl.c,v 1.8 2003/08/22 21:50:34 david Exp $ */
/*
* Copyright (c) 2003 Bob Beck. All rights reserved.
*
@@ -101,7 +101,7 @@ sdl_add(char *sdname, char *sdstring, char ** addrs, int addrc)
/*
* Cycle through addrs, converting. We assume they are correctly
- * formatted v4 and v6 addrs, if they don't all convert correcly, the
+ * formatted v4 and v6 addrs, if they don't all convert correctly, the
* add fails. Each address should be address/maskbits
*/
blacklists[index].addrs = malloc(addrc * sizeof(struct sdentry));