diff options
author | mpp <mpp@FreeBSD.org> | 1999-09-30 04:55:23 +0000 |
---|---|---|
committer | mpp <mpp@FreeBSD.org> | 1999-09-30 04:55:23 +0000 |
commit | 581ae56e3bc2355e2f67d29894c679be270d5295 (patch) | |
tree | 54aae39bdd7d9585aa1990bd0058c6bf2facf682 /etc/rc.firewall | |
parent | 4afddd23885785684e60f06b5d011c901912ad36 (diff) | |
download | FreeBSD-src-581ae56e3bc2355e2f67d29894c679be270d5295.zip FreeBSD-src-581ae56e3bc2355e2f67d29894c679be270d5295.tar.gz |
Fix a typo in a comment.
Diffstat (limited to 'etc/rc.firewall')
-rw-r--r-- | etc/rc.firewall | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/etc/rc.firewall b/etc/rc.firewall index db20c2d..abbff31 100644 --- a/etc/rc.firewall +++ b/etc/rc.firewall @@ -82,7 +82,7 @@ esac ############ # If you just configured ipfw in the kernel as a tool to solve network # problems or you just want to disallow some particular kinds of traffic -# they you will want to change the default policy to open. You can also +# then you will want to change the default policy to open. You can also # do this as your only action by setting the firewall_type to ``open''. # # ${fwcmd} add 65000 pass all from any to any |