Fix typo in error message

git-svn-id: https://shorewall.svn.sourceforge.net/svnroot/shorewall/trunk@1209 fbd18981-670d-0410-9b5c-8dc0c1a9a2bb
This commit is contained in:
teastep 2004-03-19 14:44:45 +00:00
parent 6714113fe5
commit 8b0801b76d

View File

@ -1794,7 +1794,7 @@ setup_netmap() {
addnatrule $(output_chain $interface) -s $net1 -j NETMAP --to $net2
;;
*)
fatal_error "Unvalid type $type in entry \"$type $net1 $interface $net2\""
fatal_error "Invalid type $type in entry \"$type $net1 $interface $net2\""
;;
esac