From b811f7cee396154cf317e9c4cd223bd0eac841dc Mon Sep 17 00:00:00 2001 From: Jon Siwek Date: Wed, 11 Mar 2020 16:39:53 -0700 Subject: [PATCH] Fix whitespace in connection record comments --- CHANGES | 4 ++++ VERSION | 2 +- scripts/base/init-bare.zeek | 6 +++--- 3 files changed, 8 insertions(+), 4 deletions(-) diff --git a/CHANGES b/CHANGES index 683583c389..eb4cb6c7fb 100644 --- a/CHANGES +++ b/CHANGES @@ -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) diff --git a/VERSION b/VERSION index 93b57d86a2..52c317ff99 100644 --- a/VERSION +++ b/VERSION @@ -1 +1 @@ -3.2.0-dev.221 +3.2.0-dev.222 diff --git a/scripts/base/init-bare.zeek b/scripts/base/init-bare.zeek index 65cbb97abe..9524f19472 100644 --- a/scripts/base/init-bare.zeek +++ b/scripts/base/init-bare.zeek @@ -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; };