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; } }