diff --git a/Shorewall/Perl/Shorewall/Nat.pm b/Shorewall/Perl/Shorewall/Nat.pm index 6419c3231..954da6ca3 100644 --- a/Shorewall/Perl/Shorewall/Nat.pm +++ b/Shorewall/Perl/Shorewall/Nat.pm @@ -691,7 +691,7 @@ sub handle_nat_rule( $$$$$$$$$$$$$ ) { # # Check for list in $server # - fatal_error "An address list ($server) s not allowed in the DEST column of a $action RULE" if $server =~ /,/; + fatal_error "An address list ($server) is not allowed in the DEST column of a $action RULE" if $server =~ /,/; # # Generate the target #