summaryrefslogtreecommitdiff
path: root/sbin/pfctl
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 /sbin/pfctl
parent97012dcf81eb4cd9173c8a9e3e6d24d264b70bd2 (diff)
pf spelling police
ok dhartmei@ jmc@
Diffstat (limited to 'sbin/pfctl')
-rw-r--r--sbin/pfctl/parse.y4
-rw-r--r--sbin/pfctl/pfctl.86
-rw-r--r--sbin/pfctl/pfctl_altq.c4
-rw-r--r--sbin/pfctl/pfctl_osfp.c4
-rw-r--r--sbin/pfctl/pfctl_radix.c4
5 files changed, 11 insertions, 11 deletions
diff --git a/sbin/pfctl/parse.y b/sbin/pfctl/parse.y
index 99c93752428..49f0c1b6ce8 100644
--- a/sbin/pfctl/parse.y
+++ b/sbin/pfctl/parse.y
@@ -1,4 +1,4 @@
-/* $OpenBSD: parse.y,v 1.409 2003/08/21 19:12:08 frantzen Exp $ */
+/* $OpenBSD: parse.y,v 1.410 2003/08/22 21:50:34 david Exp $ */
/*
* Copyright (c) 2001 Markus Friedl. All rights reserved.
@@ -3590,7 +3590,7 @@ expand_queue(struct pf_altq *a, struct node_if *interfaces,
tqueue->ifname, IFNAMSIZ)) ||
(interface->not && strncmp(interface->ifname,
tqueue->ifname, IFNAMSIZ)))) {
- /* found ourselve in queues */
+ /* found ourself in queues */
found++;
memcpy(&pa, a, sizeof(struct pf_altq));
diff --git a/sbin/pfctl/pfctl.8 b/sbin/pfctl/pfctl.8
index d03d45a20f2..215e7e17f5c 100644
--- a/sbin/pfctl/pfctl.8
+++ b/sbin/pfctl/pfctl.8
@@ -1,4 +1,4 @@
-.\" $OpenBSD: pfctl.8,v 1.98 2003/08/21 19:12:08 frantzen Exp $
+.\" $OpenBSD: pfctl.8,v 1.99 2003/08/22 21:50:34 david Exp $
.\"
.\" Copyright (c) 2001 Kjell Wooding. All rights reserved.
.\"
@@ -418,7 +418,7 @@ The flags are defined as follows:
For constant tables, which cannot be altered outside
.Xr pf.conf 5 .
.It p
-For persistant tables, which don't get automatically flushed when no rules
+For persistent tables, which don't get automatically flushed when no rules
refer to them.
.It a
For tables which are part of the
@@ -458,7 +458,7 @@ Generate debug messages only for serious errors.
.It Fl x Ar misc
Generate debug messages for various errors.
.It Fl x Ar loud
-Generate debug messages for common conditons.
+Generate debug messages for common conditions.
.El
.It Fl z
Clear per-rule statistics.
diff --git a/sbin/pfctl/pfctl_altq.c b/sbin/pfctl/pfctl_altq.c
index ba5fce525df..efe92ab9965 100644
--- a/sbin/pfctl/pfctl_altq.c
+++ b/sbin/pfctl/pfctl_altq.c
@@ -1,4 +1,4 @@
-/* $OpenBSD: pfctl_altq.c,v 1.76 2003/08/20 13:03:35 henning Exp $ */
+/* $OpenBSD: pfctl_altq.c,v 1.77 2003/08/22 21:50:34 david Exp $ */
/*
* Copyright (c) 2002
@@ -871,7 +871,7 @@ print_hfsc_opts(const struct pf_altq *a, const struct node_queue_opt *qopts)
*/
#define INFINITY HUGE_VAL /* positive infinity defined in <math.h> */
-/* add a new service curve to a generilized service curve */
+/* add a new service curve to a generalized service curve */
static void
gsc_add_sc(struct gen_sc *gsc, struct service_curve *sc)
{
diff --git a/sbin/pfctl/pfctl_osfp.c b/sbin/pfctl/pfctl_osfp.c
index 24cfabd0d9e..0467bdceb4f 100644
--- a/sbin/pfctl/pfctl_osfp.c
+++ b/sbin/pfctl/pfctl_osfp.c
@@ -1,4 +1,4 @@
-/* $OpenBSD: pfctl_osfp.c,v 1.2 2003/08/22 15:17:03 henning Exp $ */
+/* $OpenBSD: pfctl_osfp.c,v 1.3 2003/08/22 21:50:34 david Exp $ */
/*
* Copyright (c) 2003 Mike Frantzen <frantzen@openbsd.org>
@@ -369,7 +369,7 @@ pfctl_get_fingerprint(const char *name)
* We'll do some fuzzy matching to pick up things like:
* Linux 2.2.14 (version=2.2 subtype=14)
* FreeBSD 4.0-STABLE (version=4.0 subtype=STABLE)
- * Windows 2000 SP2 (versoin=2000 subtype=SP2)
+ * Windows 2000 SP2 (version=2000 subtype=SP2)
*/
#define CONNECTOR(x) ((x) == '.' || (x) == ' ' || (x) == '\t' || (x) == '-')
wr_len = strlen(ptr);
diff --git a/sbin/pfctl/pfctl_radix.c b/sbin/pfctl/pfctl_radix.c
index a07285f49fd..71dbe3174b4 100644
--- a/sbin/pfctl/pfctl_radix.c
+++ b/sbin/pfctl/pfctl_radix.c
@@ -1,4 +1,4 @@
-/* $OpenBSD: pfctl_radix.c,v 1.19 2003/07/31 22:25:54 cedric Exp $ */
+/* $OpenBSD: pfctl_radix.c,v 1.20 2003/08/22 21:50:34 david Exp $ */
/*
* Copyright (c) 2002 Cedric Berger
@@ -454,7 +454,7 @@ pfr_ina_define(struct pfr_table *tbl, struct pfr_addr *addr, int size,
return (0);
}
-/* buffer managment code */
+/* buffer management code */
size_t buf_esize[PFRB_MAX] = { 0,
sizeof(struct pfr_table), sizeof(struct pfr_tstats),