diff options
author | Mike Frysinger <vapier@gentoo.org> | 2011-10-16 19:02:21 -0400 |
---|---|---|
committer | Mike Frysinger <vapier@gentoo.org> | 2011-10-16 19:02:21 -0400 |
commit | 9f95878bbd5461837b00b5ea2134768302776584 (patch) | |
tree | 71e2568adeb52e62fbacfb14b2b2040693a8b4fb /init.d/ipfw.in | |
parent | 7644e027fd3ecc539a56a1e7a5698db32370b194 (diff) |
fix random typos
Signed-off-by: Mike Frysinger <vapier@gentoo.org>
Diffstat (limited to 'init.d/ipfw.in')
-rw-r--r-- | init.d/ipfw.in | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/init.d/ipfw.in b/init.d/ipfw.in index ebfe421d..434920d4 100644 --- a/init.d/ipfw.in +++ b/init.d/ipfw.in @@ -59,7 +59,7 @@ start() { return 1 fi - # Use a statefull firewall + # Use a stateful firewall ipfw add check-state ipfw add pass tcp from me to any established @@ -123,7 +123,7 @@ start() { ipfw add deny udp from any to any 520 in # Noise from webbrowsing. - # The statefull filter is a bit agressive, and will cause some + # The stateful filter is a bit aggressive, and will cause some # connection teardowns to be logged. ipfw add deny tcp from any 80,443 to any 1024-65535 in |