Correcting spelling errors found under bro 2.4.1+dfsg-2 here:

https://lintian.debian.org/full/bengen@debian.org.html#bro_2.4.1_x2bdfsg-2
This commit is contained in:
Jeannette Dopheide 2016-04-25 11:49:04 -05:00
parent e7ec537ed5
commit 6dddd35d21
6 changed files with 6 additions and 6 deletions

View file

@ -111,7 +111,7 @@ bool RuleConditionPayloadSize::DoMatch(Rule* rule, RuleEndpointState* state,
return payload_size >= val;
default:
reporter->InternalError("unknown comparision type");
reporter->InternalError("unknown comparison type");
}
// Should not be reached