Correct typo in error message

Signed-off-by: Tom Eastep <teastep@shorewall.net>
This commit is contained in:
Tom Eastep 2014-06-08 09:40:50 -07:00
parent b55b6a913c
commit 36e31ed839

View File

@ -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
#