mirror of
https://github.com/zeek/zeek.git
synced 2025-10-02 14:48:21 +00:00
Fix coding conventions nits/typos
This commit is contained in:
parent
f470dfdb92
commit
808f1d1524
4 changed files with 8 additions and 4 deletions
4
CHANGES
4
CHANGES
|
@ -1,4 +1,8 @@
|
|||
|
||||
2.6-beta2-79 | 2018-11-07 10:27:00 -0600
|
||||
|
||||
* Fix coding conventions nits/typos (Vern Paxson, Corelight)
|
||||
|
||||
2.6-beta2-77 | 2018-11-06 09:32:17 -0600
|
||||
|
||||
* Switch GridFTP options from redef to option (Vlad Grigorescu)
|
||||
|
|
2
VERSION
2
VERSION
|
@ -1 +1 @@
|
|||
2.6-beta2-77
|
||||
2.6-beta2-79
|
||||
|
|
|
@ -990,7 +990,7 @@ type:
|
|||
{
|
||||
NullStmt here;
|
||||
if ( $1 )
|
||||
$1->Error("not a BRO type", &here);
|
||||
$1->Error("not a Bro type", &here);
|
||||
$$ = error_type();
|
||||
}
|
||||
else
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue