From 7b6ab180b69914953bd722f4a5950f23fb5a00f7 Mon Sep 17 00:00:00 2001 From: Daniel Thayer Date: Mon, 17 Aug 2015 14:58:22 -0500 Subject: [PATCH] Fix typo in documentation of a field in connection record --- scripts/base/init-bare.bro | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/scripts/base/init-bare.bro b/scripts/base/init-bare.bro index 40f518b682..ade1169091 100644 --- a/scripts/base/init-bare.bro +++ b/scripts/base/init-bare.bro @@ -349,7 +349,7 @@ type connection: record { ## The outer VLAN, if applicable, for this connection. vlan: int &optional; - ## The VLAN vlan, if applicable, for this connection. + ## The inner VLAN, if applicable, for this connection. inner_vlan: int &optional; };