Skip to content

Commit

Permalink
chore: apply codespell suggestions
Browse files Browse the repository at this point in the history
Signed-off-by: Jason Dellaluce <jasondellaluce@gmail.com>
  • Loading branch information
jasondellaluce authored and poiana committed May 29, 2023
1 parent a9ea18b commit 1263c67
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion userspace/falco/app/actions/load_rules_files.cpp
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down

0 comments on commit 1263c67

Please sign in to comment.