From facacae2386d86ee5c66443a38170876d1806019 Mon Sep 17 00:00:00 2001 From: b1v1r Date: Thu, 13 Nov 2008 00:28:29 +0000 Subject: [PATCH] Fix a typo in the SecRuleInheritance example. --- doc/modsecurity2-apache-reference.xml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/doc/modsecurity2-apache-reference.xml b/doc/modsecurity2-apache-reference.xml index 38a21125..d50eaa5f 100644 --- a/doc/modsecurity2-apache-reference.xml +++ b/doc/modsecurity2-apache-reference.xml @@ -1993,7 +1993,7 @@ SecRule ARGS:q !dirty first VirtualHost is not inheriting the ModSecurity main config directives and in the second one it is. - SecRuleEnine On + SecRuleEngine On SecDefaultAction log,pass,phase:2 ...