From ceffc000ebdbcb8175f666de13fc365d6654cfd8 Mon Sep 17 00:00:00 2001 From: Tom Eastep Date: Mon, 5 Aug 2013 08:32:17 -0700 Subject: [PATCH] Correct Typo Signed-off-by: Tom Eastep --- Shorewall/Perl/Shorewall/Chains.pm | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Shorewall/Perl/Shorewall/Chains.pm b/Shorewall/Perl/Shorewall/Chains.pm index 3cf9e1ecc..1949a3d25 100644 --- a/Shorewall/Perl/Shorewall/Chains.pm +++ b/Shorewall/Perl/Shorewall/Chains.pm @@ -1053,7 +1053,7 @@ sub format_rule( $$;$ ) { } } # - # Emit expensive matches last unless we had '-m nfacct' pr '-m recent' matches in the rule. + # Emit expensive matches last unless we had '-m nfacct' or '-m recent' matches in the rule. # if ( $expensive ) { for ( grep( get_opttype( $_, 0 ) == EXPENSIVE, @{$ruleref->{matches}} ) ) {