Fix a zeek_init -> zeek_done confusion in a docstring [skip ci]

Thanks to Siavash Tahmureszadeh for flagging this one.
This commit is contained in:
Christian Kreibich 2024-01-18 16:08:41 -08:00
parent ae2fd8f171
commit 3d95bd08ed

View file

@ -68,7 +68,7 @@ event zeek_done%(%);
## having exhausted reading its input trace file(s), receiving a termination ## having exhausted reading its input trace file(s), receiving a termination
## signal, or because Zeek was run without a network input source and has ## signal, or because Zeek was run without a network input source and has
## finished executing any global statements. This event comes before ## finished executing any global statements. This event comes before
## :zeek:see:`zeek_init`. ## :zeek:see:`zeek_done`.
## ##
## t: The time at with the Zeek-termination process started. ## t: The time at with the Zeek-termination process started.
## ##