From cf99cd78bd4fdbcfb96aa8c2a848b0a61b822344 Mon Sep 17 00:00:00 2001 From: teastep Date: Thu, 31 Jan 2008 21:17:24 +0000 Subject: [PATCH] Fix typo git-svn-id: https://shorewall.svn.sourceforge.net/svnroot/shorewall/trunk@8127 fbd18981-670d-0410-9b5c-8dc0c1a9a2bb --- Shorewall-perl/Shorewall/Compiler.pm | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Shorewall-perl/Shorewall/Compiler.pm b/Shorewall-perl/Shorewall/Compiler.pm index 2c36bad13..e250ee8c8 100644 --- a/Shorewall-perl/Shorewall/Compiler.pm +++ b/Shorewall-perl/Shorewall/Compiler.pm @@ -437,7 +437,7 @@ EOF 'do_iptables -A OUTPUT -o lo -j ACCEPT' ); - emit 'do_iptabes -A OUTPUT -o lo -j ACCEPT' unless $config{ADMINISABSENTMINDED}; + emit 'do_iptables -A OUTPUT -o lo -j ACCEPT' unless $config{ADMINISABSENTMINDED}; my $interfaces = find_interfaces_by_option 'dhcp';