From 0763b27b0befae64cb425742a8a9fd44198cf7a5 Mon Sep 17 00:00:00 2001 From: Tom Eastep Date: Wed, 22 Mar 2017 15:59:55 -0700 Subject: [PATCH] Correct a comment Signed-off-by: Tom Eastep --- Shorewall/Perl/Shorewall/Config.pm | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/Shorewall/Perl/Shorewall/Config.pm b/Shorewall/Perl/Shorewall/Config.pm index 51f6b1177..9c4796405 100644 --- a/Shorewall/Perl/Shorewall/Config.pm +++ b/Shorewall/Perl/Shorewall/Config.pm @@ -2177,7 +2177,7 @@ sub split_list3( $$ ) { $element = join ',', $element , $_; } } - + unless ( $opencount == 0 ) { fatal_error "Invalid $type ($list)"; } @@ -2286,7 +2286,7 @@ sub clear_comment(); # ensure that it has an appropriate number of columns. # supply '-' in omitted trailing columns. # Handles all of the supported forms of column/pair specification -# Handles segragating raw iptables input in INLINE rules +# Handles segragating raw iptables input in rules # sub split_line2( $$;$$$ ) { my ( $description, $columnsref, $nopad, $maxcolumns, $inline ) = @_;