summaryrefslogtreecommitdiff
path: root/init.d/ipfw.in
diff options
context:
space:
mode:
authorMike Frysinger <vapier@gentoo.org>2011-10-16 19:02:21 -0400
committerMike Frysinger <vapier@gentoo.org>2011-10-16 19:02:21 -0400
commit9f95878bbd5461837b00b5ea2134768302776584 (patch)
tree71e2568adeb52e62fbacfb14b2b2040693a8b4fb /init.d/ipfw.in
parent7644e027fd3ecc539a56a1e7a5698db32370b194 (diff)
downloadopenrc-9f95878bbd5461837b00b5ea2134768302776584.tar.gz
openrc-9f95878bbd5461837b00b5ea2134768302776584.tar.bz2
openrc-9f95878bbd5461837b00b5ea2134768302776584.tar.xz
fix random typos
Signed-off-by: Mike Frysinger <vapier@gentoo.org>
Diffstat (limited to 'init.d/ipfw.in')
-rw-r--r--init.d/ipfw.in4
1 files changed, 2 insertions, 2 deletions
diff --git a/init.d/ipfw.in b/init.d/ipfw.in
index ebfe421..434920d 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