From d1f602f79e3248bf6920166eec5326bcaae49677 Mon Sep 17 00:00:00 2001 From: "Ralf S. Engelschall" Date: Fri, 26 Sep 2003 12:22:28 +0000 Subject: [PATCH] fix typo: s/sytem/system/ --- sbin/ipfw/ipfw.8 | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/sbin/ipfw/ipfw.8 b/sbin/ipfw/ipfw.8 index c82612d415c7..fea10947cf2d 100644 --- a/sbin/ipfw/ipfw.8 +++ b/sbin/ipfw/ipfw.8 @@ -1944,7 +1944,7 @@ following to the top of a ruleset: .Dl "ipfw add deny ip from any to any not verrevpath in" .Pp This rule drops all incoming packets that appear to be coming to the -sytem on the wrong interface. For example, a packet with a source +system on the wrong interface. For example, a packet with a source address belonging to a host on a protected internal network would be dropped if it tried to enter the system from an external interface. .Ss DYNAMIC RULES