From 7c005aa9dcd4e0667eecb85410dfbd53a4184816 Mon Sep 17 00:00:00 2001 From: Josh Soref Date: Thu, 24 Feb 2022 01:48:19 -0500 Subject: [PATCH] spelling: workaround Signed-off-by: Josh Soref --- userspace/engine/ruleset.h | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/userspace/engine/ruleset.h b/userspace/engine/ruleset.h index 7df643e7..1d31e85e 100644 --- a/userspace/engine/ruleset.h +++ b/userspace/engine/ruleset.h @@ -80,7 +80,7 @@ private: std::shared_ptr filter; std::set 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();