mirror of
https://github.com/owasp-modsecurity/ModSecurity.git
synced 2025-08-14 05:45:59 +03:00
correct typo validade in log output
This commit is contained in:
parent
a0a99319a2
commit
75a5c8d334
@ -32,7 +32,7 @@ class ValidateByteRange : public Operator {
|
||||
public:
|
||||
/** @ingroup ModSecurity_Operator */
|
||||
explicit ValidateByteRange(std::unique_ptr<RunTimeString> param)
|
||||
: Operator("ValidadeByteRange", std::move(param)) {
|
||||
: Operator("ValidateByteRange", std::move(param)) {
|
||||
std::memset(table, '\0', sizeof(char) * 32);
|
||||
}
|
||||
~ValidateByteRange() override { }
|
||||
|
Loading…
x
Reference in New Issue
Block a user