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}} ) ) {