chore(userspace/engine): fix typo spotted with codespell

Signed-off-by: Jason Dellaluce <jasondellaluce@gmail.com>
This commit is contained in:
Jason Dellaluce
2022-04-21 11:31:23 +00:00
committed by poiana
parent 71274b4369
commit 37d03cf7bc

View File

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