From 7e14777b8fd71cd60b67adc9068741e3dd0be8c8 Mon Sep 17 00:00:00 2001 From: Tom Eastep Date: Tue, 13 Mar 2012 19:54:58 -0700 Subject: [PATCH] Fix 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 1b531f60f..a36d9440d 100644 --- a/Shorewall/Perl/Shorewall/Chains.pm +++ b/Shorewall/Perl/Shorewall/Chains.pm @@ -4451,7 +4451,7 @@ sub get_set_flags( $$ ) { my %typemap = ( src => 'Source', dst => 'Destination' ); for ( @options ) { - warning_messsage( "The '$_' ipset flag is used in a $typemap{$option} column" ), last unless $_ eq $option; + warning_message( "The '$_' ipset flag is used in a $typemap{$option} column" ), last unless $_ eq $option; } }