From 9f95878bbd5461837b00b5ea2134768302776584 Mon Sep 17 00:00:00 2001 From: Mike Frysinger Date: Sun, 16 Oct 2011 19:02:21 -0400 Subject: fix random typos Signed-off-by: Mike Frysinger --- init.d/ipfw.in | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'init.d/ipfw.in') 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 -- cgit v1.2.3