diff options
Diffstat (limited to 'share/examples/ipfilter/firewall.1')
-rw-r--r-- | share/examples/ipfilter/firewall.1 | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/share/examples/ipfilter/firewall.1 b/share/examples/ipfilter/firewall.1 index eaf86240bc8d..47acb5cd3a22 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 |