fixed a couple typos in comments

This commit is contained in:
Daniel Thayer 2012-01-09 16:59:29 -06:00
parent b8778026a6
commit fd74eb8e30
2 changed files with 2 additions and 2 deletions

View file

@ -1,6 +1,6 @@
##! The events that the C/C++ core of Bro can generate. This is mostly ##! The events that the C/C++ core of Bro can generate. This is mostly
##! consisting the high-level network events that protocol analyzers detect, ##! 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. ##! Bro frameworks.
# #

View file

@ -135,7 +135,7 @@ enum createmode_t %{
EXCLUSIVE = 2, 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. # defined in init-bare.bro.
type info_t: record; type info_t: record;
type fattr_t: record; type fattr_t: record;