Skip to content

Commit

Permalink
spelling: workaround
Browse files Browse the repository at this point in the history
Signed-off-by: Josh Soref <jsoref@users.noreply.github.com>
  • Loading branch information
jsoref authored and poiana committed Mar 1, 2022
1 parent 2f2c5c4 commit 7c005aa
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion userspace/engine/ruleset.h
Original file line number Diff line number Diff line change
Expand Up @@ -80,7 +80,7 @@ class falco_ruleset
std::shared_ptr<gen_event_filter> filter;
std::set<uint16_t> evttypes()
{
// todo(jasondellaluce,leogr): temp workarond, remove when fixed in libs
// todo(jasondellaluce,leogr): temp workaround, remove when fixed in libs
if(source == "syscall" || source == "k8s_audit")
{
return filter->evttypes();
Expand Down

0 comments on commit 7c005aa

Please sign in to comment.