Correct typo

Signed-off-by: Tom Eastep <teastep@shorewall.net>
This commit is contained in:
Tom Eastep 2012-06-04 08:00:07 -07:00
parent 040f693583
commit c8156cfdb1

View File

@ -821,7 +821,7 @@ sub compiler {
# #
# More Optimization # More Optimization
# #
optimize_ruleset if $config{OPTIIMIZE} & OPTIMIZE_RULESET_MASK; optimize_ruleset if $config{OPTIMIZE} & OPTIMIZE_RULESET_MASK;
} }
enable_script; enable_script;