summaryrefslogtreecommitdiffstats
path: root/share/examples
diff options
context:
space:
mode:
authorschweikh <schweikh@FreeBSD.org>2002-12-27 12:15:40 +0000
committerschweikh <schweikh@FreeBSD.org>2002-12-27 12:15:40 +0000
commitfec6546e12b076c18d8f6ccef5737bc62ee319cc (patch)
treeab5e026aafe37b18ff362bec5a3c4765fb7813f5 /share/examples
parent72aba11981608aab3a44b464cea3d5fa00469d50 (diff)
downloadFreeBSD-src-fec6546e12b076c18d8f6ccef5737bc62ee319cc.zip
FreeBSD-src-fec6546e12b076c18d8f6ccef5737bc62ee319cc.tar.gz
english(4) police.
Diffstat (limited to 'share/examples')
-rw-r--r--share/examples/ipfilter/firewall.12
-rw-r--r--share/examples/ipfilter/firewall.22
2 files changed, 2 insertions, 2 deletions
diff --git a/share/examples/ipfilter/firewall.1 b/share/examples/ipfilter/firewall.1
index eaf8624..47acb5c 100644
--- a/share/examples/ipfilter/firewall.1
+++ b/share/examples/ipfilter/firewall.1
@@ -20,7 +20,7 @@ pass in from any to any
block in log quick on ppp0 proto icmp from any to any icmp-type redir
block in log quick on ppp0 proto tcp/udp all with short
#
-# Block any IP spoofing atempts. (Packets "from" our network
+# Block any IP spoofing attempts. (Packets "from" our network
# shouldn't be coming in from outside).
#
block in log quick on ppp0 from 192.168.4.0/24 to any
diff --git a/share/examples/ipfilter/firewall.2 b/share/examples/ipfilter/firewall.2
index 23d610d..ba00504 100644
--- a/share/examples/ipfilter/firewall.2
+++ b/share/examples/ipfilter/firewall.2
@@ -23,7 +23,7 @@ block in log quick on ppp0 proto icmp from any to any icmp-type redir
block in log quick on ppp0 proto tcp/udp all with short
block in log quick on ppp0 from any to any with ipopts
#
-# Block any IP spoofing atempts. (Packets "from" our network
+# Block any IP spoofing attempts. (Packets "from" our network
# shouldn't be coming in from outside).
#
block in log quick on ppp0 from 192.168.4.0/24 to any
OpenPOWER on IntegriCloud