CLEANUP: Fix a typo in the checks header file
Fixes a typo in the code comments of the checks header file.
This commit is contained in:
parent
eeac3c722f
commit
0b75e63dc5
@ -224,7 +224,7 @@ struct tcpcheck_rule {
|
|||||||
/* match type uses NON-NULL pointer from either string or expect_regex below */
|
/* match type uses NON-NULL pointer from either string or expect_regex below */
|
||||||
/* sent string is string */
|
/* sent string is string */
|
||||||
char *string; /* sent or expected string */
|
char *string; /* sent or expected string */
|
||||||
int string_len; /* string lenght */
|
int string_len; /* string length */
|
||||||
struct my_regex *expect_regex; /* expected */
|
struct my_regex *expect_regex; /* expected */
|
||||||
int inverse; /* 0 = regular match, 1 = inverse match */
|
int inverse; /* 0 = regular match, 1 = inverse match */
|
||||||
unsigned short port; /* port to connect to */
|
unsigned short port; /* port to connect to */
|
||||||
|
Loading…
x
Reference in New Issue
Block a user