mirror of
https://github.com/zeek/zeek.git
synced 2025-10-17 14:08:20 +00:00
Management framework: fix module naming typo
This had no effect since this module name wasn't used anywhere else.
This commit is contained in:
parent
e802603b4a
commit
4c0543d0ed
1 changed files with 1 additions and 1 deletions
|
@ -15,7 +15,7 @@
|
|||
@load ./api
|
||||
@load ./config
|
||||
|
||||
module Mangement::Agent::Runtime;
|
||||
module Management::Agent::Runtime;
|
||||
|
||||
# This export is mainly to appease Zeekygen's need to understand redefs of the
|
||||
# Request record below. Without it, it fails to establish link targets for the
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue