mirror of
https://github.com/falcosecurity/falco.git
synced 2025-09-04 08:04:49 +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;
|
||||
if(rule.source == falco_common::syscall_source)
|
||||
{
|
||||
|
Reference in New Issue
Block a user