Fix a typo in the SecRuleInheritance example.

This commit is contained in:
b1v1r
2008-11-13 00:23:18 +00:00
parent 57fb69f83a
commit 168ffa543a

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
...