Fix a typo in the SecRuleInheritance example.

This commit is contained in:
b1v1r 2008-11-13 00:28:29 +00:00
parent c012db7e60
commit facacae238

View File

@ -1993,7 +1993,7 @@ SecRule ARGS:q !dirty</programlisting>
first VirtualHost is not inheriting the ModSecurity main config
directives and in the second one it is.</para>
<programlisting format="linespecific">SecRuleEnine On
<programlisting format="linespecific">SecRuleEngine On
SecDefaultAction log,pass,phase:2
...