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 92a13ec87c
commit 57a9feaf2f

View File

@ -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;