mirror of
https://github.com/zeek/zeek.git
synced 2025-10-16 13:38:19 +00:00
fixed a couple typos in comments
This commit is contained in:
parent
b8778026a6
commit
fd74eb8e30
2 changed files with 2 additions and 2 deletions
|
@ -1,6 +1,6 @@
|
|||
##! The events that the C/C++ core of Bro can generate. This is mostly
|
||||
##! consisting the high-level network events that protocol analyzers detect,
|
||||
##! but there are also several general-utilit yevents generated by internal
|
||||
##! but there are also several general-utility events generated by internal
|
||||
##! Bro frameworks.
|
||||
|
||||
#
|
||||
|
|
|
@ -135,7 +135,7 @@ enum createmode_t %{
|
|||
EXCLUSIVE = 2,
|
||||
%}
|
||||
|
||||
# Decleare record types that we want to access from the event engine. These are
|
||||
# Declare record types that we want to access from the event engine. These are
|
||||
# defined in init-bare.bro.
|
||||
type info_t: record;
|
||||
type fattr_t: record;
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue