mirror of
https://github.com/zeek/zeek.git
synced 2025-10-11 02:58:20 +00:00
correcting some simple typos
This commit is contained in:
parent
9fc8f491ff
commit
e21c0f1115
5 changed files with 11 additions and 11 deletions
|
@ -29,7 +29,7 @@ function send_event()
|
|||
{
|
||||
local event_count = 1;
|
||||
# log fails to be looked up because of a missing print statment
|
||||
# functions must have the sama name on both ends of broker.
|
||||
# functions must have the same name on both ends of broker.
|
||||
local log : myfunctype = function(c: count) : function(d: count) : count
|
||||
{
|
||||
# print fmt("inside: %s | outside: %s | global: %s", c, event_count, global_with_same_name);
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue