mirror of
https://github.com/zeek/zeek.git
synced 2025-10-04 15:48:19 +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
|
@ -130,9 +130,9 @@ bool File::UpdateConnectionFields(Connection* conn, bool is_orig)
|
|||
|
||||
if ( ! conns )
|
||||
{
|
||||
auto ect = empty_connection_table();
|
||||
conns = ect;
|
||||
val->Assign(conns_idx, std::move(ect));
|
||||
auto empty_conn_table = empty_connection_table();
|
||||
conns = empty_conn_table;
|
||||
val->Assign(conns_idx, std::move(empty_conn_table));
|
||||
}
|
||||
|
||||
auto idx = get_conn_id_val(conn);
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue