Correct Typo

Signed-off-by: Tom Eastep <teastep@shorewall.net>
This commit is contained in:
Tom Eastep 2013-08-05 08:32:17 -07:00
parent 6615c1f736
commit ceffc000eb

View File

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