From 1263c67ac67a4113d5c9b8f09256df52160267a0 Mon Sep 17 00:00:00 2001 From: Jason Dellaluce Date: Thu, 25 May 2023 17:46:25 +0000 Subject: [PATCH] chore: apply codespell suggestions Signed-off-by: Jason Dellaluce --- userspace/falco/app/actions/load_rules_files.cpp | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/userspace/falco/app/actions/load_rules_files.cpp b/userspace/falco/app/actions/load_rules_files.cpp index b312181f..49f1b0b7 100644 --- a/userspace/falco/app/actions/load_rules_files.cpp +++ b/userspace/falco/app/actions/load_rules_files.cpp @@ -87,7 +87,7 @@ falco::app::run_result falco::app::actions::load_rules_files(falco::app::state& // note: we have an egg-and-chicken problem here. We would like to check // plugin requirements before loading any rule, so that we avoid having - // all the "unkwown field XXX" errors caused when a plugin is required but + // all the "unknown field XXX" errors caused when a plugin is required but // not loaded. On the other hand, we can't check the requirements before // loading the rules file, because that's where the plugin dependencies // are specified. This issue is visible only for dependencies over extractor