mirror of
https://github.com/zeek/zeek.git
synced 2025-10-02 14:48:21 +00:00
all: Fix typos identified by typos pre-commit hook
This commit is contained in:
parent
260c868f26
commit
7a043e5e8f
57 changed files with 80 additions and 80 deletions
|
@ -1356,7 +1356,7 @@ void TCPSessionAdapter::ConnectionClosed(analyzer::tcp::TCP_Endpoint* endpoint,
|
|||
const analyzer::analyzer_list& children(GetChildren());
|
||||
LOOP_OVER_CONST_CHILDREN(i)
|
||||
// Using this type of cast here is nasty (will crash if
|
||||
// we inadvertantly have a child analyzer that's not a
|
||||
// we inadvertently have a child analyzer that's not a
|
||||
// TCP_ApplicationAnalyzer), but we have to ...
|
||||
static_cast<analyzer::tcp::TCP_ApplicationAnalyzer*>(*i)->ConnectionClosed(endpoint, peer,
|
||||
gen_event);
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue