mirror of
https://gitlab.com/shorewall/code.git
synced 2024-11-12 18:54:25 +01:00
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:
parent
6714113fe5
commit
8b0801b76d
@ -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
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user