mirror of
https://github.com/falcosecurity/falco.git
synced 2025-09-07 09:40:44 +00:00
chore(userspace/engine): fix typo spotted with codespell
Signed-off-by: Jason Dellaluce <jasondellaluce@gmail.com>
This commit is contained in:
@@ -723,7 +723,7 @@ void rule_loader::compile_rule_infos(
|
|||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
|
||||||
// popolate set of event types and emit an special warning
|
// populate set of event types and emit an special warning
|
||||||
set<uint16_t> evttypes;
|
set<uint16_t> evttypes;
|
||||||
if(rule.source == falco_common::syscall_source)
|
if(rule.source == falco_common::syscall_source)
|
||||||
{
|
{
|
||||||
|
Reference in New Issue
Block a user