mirror of
https://github.com/zeek/zeek.git
synced 2025-10-14 20:48:21 +00:00
Bump typos pre-commit hooks
This now picks up additional typical misspellings, but also triggers on more identifiers we use. I opted for fixing the obvious misspellings and updated the allowlist for anything else.
This commit is contained in:
parent
97c0df29d4
commit
24894febb6
9 changed files with 18 additions and 9 deletions
|
@ -1766,7 +1766,7 @@ RecordVal* Manager::ValueToRecordVal(const Stream* stream, const Value* const* v
|
|||
// them and has been warned by reporter.
|
||||
// Hence -> assign null to the field, done.
|
||||
|
||||
// Better check that it really is optional. Uou never know.
|
||||
// Better check that it really is optional. You never know.
|
||||
assert(request_type->FieldDecl(i)->GetAttr(zeek::detail::ATTR_OPTIONAL));
|
||||
}
|
||||
else if ( ! vals[*position]->present && ! request_type->FieldDecl(i)->GetAttr(zeek::detail::ATTR_OPTIONAL) ) {
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue