Fix whitespace in connection record comments

This commit is contained in:
Jon Siwek 2020-03-11 16:39:53 -07:00
parent 26af1f55af
commit b811f7cee3
3 changed files with 8 additions and 4 deletions

View file

@ -1,4 +1,8 @@
3.2.0-dev.222 | 2020-03-11 16:39:53 -0700
* Fix whitespace in connection record comments (Jon Siwek, Corelight)
3.2.0-dev.221 | 2020-03-11 11:21:20 -0700
* Made additional MySQL fixes. (Vlad Grigorescu)

View file

@ -1 +1 @@
3.2.0-dev.221
3.2.0-dev.222

View file

@ -433,9 +433,9 @@ type connection: record {
## The inner VLAN, if applicable for this connection.
inner_vlan: int &optional;
## Flag that will be true if :zeek:see:`connection_successful` has
## already been generated for the connection. See the documentation of
## that event for a definition of what makes a connection "succesful".
## Flag that will be true if :zeek:see:`connection_successful` has
## already been generated for the connection. See the documentation of
## that event for a definition of what makes a connection "succesful".
successful: bool;
};