mirror of
https://github.com/zeek/zeek.git
synced 2025-10-14 20:48:21 +00:00
Spelling src
These are non-functional changes. * accounting * activation * actual * added * addresult * aggregable * aligned * alternatively * ambiguous * analysis * analyzer * anticlimactic * apparently * application * appropriate * arithmetic * assignment * assigns * associated * authentication * authoritative * barrier * boundary * broccoli * buffering * caching * called * canonicalized * capturing * certificates * ciphersuite * columns * communication * comparison * comparisons * compilation * component * concatenating * concatenation * connection * convenience * correctly * corresponding * could * counting * data * declared * decryption * defining * dependent * deprecated * detached * dictionary * directional * directly * directory * discarding * disconnecting * distinguishes * documentation * elsewhere * emitted * empty * endianness * endpoint * enumerator * essentially * evaluated * everything * exactly * execute * explicit * expressions * facilitates * fiddling * filesystem * flag * flagged * for * fragments * guarantee * guaranteed * happen * happening * hemisphere * identifier * identifies * identify * implementation * implemented * implementing * including * inconsistency * indeterminate * indices * individual * information * initial * initialization * initialize * initialized * initializes * instantiate * instantiated * instantiates * interface * internal * interpreted * interpreter * into * it * iterators * length * likely * log * longer * mainly * mark * maximum * message * minimum * module * must * name * namespace * necessary * nonexistent * not * notifications * notifier * number * objects * occurred * operations * original * otherwise * output * overridden * override * overriding * overwriting * ownership * parameters * particular * payload * persistent * potential * precision * preexisting * preservation * preserved * primarily * probably * procedure * proceed * process * processed * processes * processing * propagate * propagated * prototype * provides * publishing * purposes * queue * reached * reason * reassem * reassemble * reassembler * recommend * record * reduction * reference * regularly * representation * request * reserved * retrieve * returning * separate * should * shouldn't * significant * signing * simplified * simultaneously * single * somebody * sources * specific * specification * specified * specifies * specify * statement * subdirectories * succeeded * successful * successfully * supplied * synchronization * tag * temporarily * terminating * that * the * transmitted * true * truncated * try * understand * unescaped * unforwarding * unknown * unknowndata * unspecified * update * usually * which * wildcard Signed-off-by: Josh Soref <2119212+jsoref@users.noreply.github.com>
This commit is contained in:
parent
d65c75e2ad
commit
cd201aa24e
188 changed files with 432 additions and 432 deletions
|
@ -948,7 +948,7 @@ bool Manager::UnrollRecordType(vector<Field*>* fields, const RecordType* rec,
|
|||
}
|
||||
}
|
||||
|
||||
reporter->Error("Incompatible type \"%s\" in type definition for for field \"%s\" in "
|
||||
reporter->Error("Incompatible type \"%s\" in type definition for field \"%s\" in "
|
||||
"ReaderFrontend",
|
||||
type_name(rec->GetFieldType(i)->Tag()), name.c_str());
|
||||
return false;
|
||||
|
@ -1206,7 +1206,7 @@ int Manager::SendEntryTable(Stream* i, const Value* const* vals)
|
|||
// seen before
|
||||
if ( stream->num_val_fields == 0 || h->valhash == valhash )
|
||||
{
|
||||
// ok, exact duplicate, move entry to new dicrionary and do nothing else.
|
||||
// ok, exact duplicate, move entry to new dictionary and do nothing else.
|
||||
stream->lastDict->Remove(idxhash);
|
||||
stream->currDict->Insert(idxhash, h);
|
||||
delete idxhash;
|
||||
|
@ -1248,7 +1248,7 @@ int Manager::SendEntryTable(Stream* i, const Value* const* vals)
|
|||
predidx = ValueToRecordVal(i, vals, stream->itype, &startpos, pred_convert_error);
|
||||
|
||||
// if we encountered a convert error here - just continue as we would have without
|
||||
// emitting the event. I do not really think that that can happen just here and not
|
||||
// emitting the event. I do not really think that can happen just here and not
|
||||
// at the top-level. But - this is safe.
|
||||
if ( ! pred_convert_error )
|
||||
{
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue