correcting some simple typos

This commit is contained in:
Vern Paxson 2021-03-18 08:19:46 -07:00
parent 9fc8f491ff
commit e21c0f1115
5 changed files with 11 additions and 11 deletions

View file

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