From 22c3766b479be928f6206bafe39b0ab23c886426 Mon Sep 17 00:00:00 2001 From: Tom Eastep Date: Mon, 1 Oct 2012 07:17:03 -0700 Subject: [PATCH] Correct typo in error message. Signed-off-by: Tom Eastep --- Shorewall-core/lib.cli | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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#*:}