spelling: workaround

Signed-off-by: Josh Soref <jsoref@users.noreply.github.com>
This commit is contained in:
Josh Soref
2022-02-24 01:48:19 -05:00
committed by poiana
parent 2f2c5c4a9b
commit 7c005aa9dc

View File

@@ -80,7 +80,7 @@ private:
std::shared_ptr<gen_event_filter> filter; std::shared_ptr<gen_event_filter> filter;
std::set<uint16_t> evttypes() 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") if(source == "syscall" || source == "k8s_audit")
{ {
return filter->evttypes(); return filter->evttypes();