Fixed: typo

This commit is contained in:
Breno Silva
2013-04-06 15:03:20 -04:00
parent 20947937fb
commit 3da87da15d

View File

@@ -2346,7 +2346,7 @@ static const char *cmd_hash_engine(cmd_parms *cmd, void *_dcfg, const char *p1)
dcfg->hash_is_enabled = HASH_DISABLED; dcfg->hash_is_enabled = HASH_DISABLED;
dcfg->hash_enforcement = HASH_DISABLED; dcfg->hash_enforcement = HASH_DISABLED;
} }
else return apr_psprintf(cmd->pool, "ModSecurity: Invalid value for SexHashEngine: %s", p1); else return apr_psprintf(cmd->pool, "ModSecurity: Invalid value for SecHashEngine: %s", p1);
return NULL; return NULL;
} }