Skip to content

Commit 75a5c8d

Browse files
nerrehmitzimmerle
authored andcommitted
correct typo validade in log output
1 parent a0a9931 commit 75a5c8d

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/operators/validate_byte_range.h

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -32,7 +32,7 @@ class ValidateByteRange : public Operator {
3232
public:
3333
/** @ingroup ModSecurity_Operator */
3434
explicit ValidateByteRange(std::unique_ptr<RunTimeString> param)
35-
: Operator("ValidadeByteRange", std::move(param)) {
35+
: Operator("ValidateByteRange", std::move(param)) {
3636
std::memset(table, '\0', sizeof(char) * 32);
3737
}
3838
~ValidateByteRange() override { }

0 commit comments

Comments
 (0)