Fix coding conventions nits/typos

This commit is contained in:
Jon Siwek 2018-11-07 10:27:00 -06:00
parent f470dfdb92
commit 808f1d1524
4 changed files with 8 additions and 4 deletions

View file

@ -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