diff --git a/Shorewall-core/lib.cli b/Shorewall-core/lib.cli index b999fb254..6ff36fe2a 100644 --- a/Shorewall-core/lib.cli +++ b/Shorewall-core/lib.cli @@ -1630,7 +1630,7 @@ add_command() { fi if ! qt $IPSET -L $ipset -n; then - fatal_error "Zone $zone, interface $interface is does not have a dynamic host list" + fatal_error "Zone $zone, interface $interface does not have a dynamic host list" fi host=${host#*:}