From c8156cfdb1095e658abb6c030f5eee705fe575df Mon Sep 17 00:00:00 2001 From: Tom Eastep Date: Mon, 4 Jun 2012 08:00:07 -0700 Subject: [PATCH] Correct typo Signed-off-by: Tom Eastep --- 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 7c9ea2cd2..dd9973ca6 100644 --- a/Shorewall/Perl/Shorewall/Compiler.pm +++ b/Shorewall/Perl/Shorewall/Compiler.pm @@ -821,7 +821,7 @@ sub compiler { # # More Optimization # - optimize_ruleset if $config{OPTIIMIZE} & OPTIMIZE_RULESET_MASK; + optimize_ruleset if $config{OPTIMIZE} & OPTIMIZE_RULESET_MASK; } enable_script;