chore(userspace/engine): apply codespell suggestions

Signed-off-by: Jason Dellaluce <jasondellaluce@gmail.com>
This commit is contained in:
Jason Dellaluce
2023-09-19 15:06:05 +00:00
committed by poiana
parent aae114c331
commit d3e1a1f746
2 changed files with 2 additions and 2 deletions

View File

@@ -485,7 +485,7 @@ void rule_loader::compiler::compile_rule_infos(
r.output_ctx);
}
// validate the rule's condiiton: we compile it into a sinsp filter
// validate the rule's condition: we compile it into a sinsp filter
// on-the-fly and we throw an exception with details on failure
sinsp_filter_compiler compiler(cfg.sources.at(r.source)->filter_factory, rule.condition.get());
try