mirror of
https://github.com/zeek/zeek.git
synced 2025-10-14 20: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
|
@ -653,7 +653,7 @@ bool Manager::CreateTableStream(RecordVal* fval)
|
|||
if ( ! CheckErrorEventTypes(stream_name, error_event, true) )
|
||||
return false;
|
||||
|
||||
vector<Field*> fieldsV; // vector, because we don't know the length beforehands
|
||||
vector<Field*> fieldsV; // vector, because we don't know the length beforehand
|
||||
|
||||
bool status = (! UnrollRecordType(&fieldsV, idx, "", false));
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue