bool tcp_close[2] = { false, false };
int32_t num_head_lines[2] = { HttpEnums::STAT_NOT_PRESENT, HttpEnums::STAT_NOT_PRESENT };
- // Infractions and events are associated with a specfic message and are stored in the
+ // Infractions and events are associated with a specific message and are stored in the
// transaction for that message. But StreamSplitter splits the start line before there is
- // a transaction and needs a place to put the problems it finds. Hence infractons and events
+ // a transaction and needs a place to put the problems it finds. Hence infractions and events
// are created before there is a transaction to associate them with and stored here until
// attach_my_transaction() takes them away and resets these to nullptr. The accessor methods
// hide this from StreamSplitter.