mirror of
https://github.com/falcosecurity/falco.git
synced 2025-08-22 16:16:11 +00:00
chore: apply codespell suggestions
Signed-off-by: Jason Dellaluce <jasondellaluce@gmail.com>
This commit is contained in:
parent
8c5c672c9e
commit
8f4b7324ad
@ -144,7 +144,7 @@ static falco::app::run_result do_inspect(
|
||||
const bool is_capture_mode = source.empty();
|
||||
size_t source_engine_idx = 0;
|
||||
|
||||
// note(jasondellaluce): The "syscall" event sourc will always be loaded
|
||||
// note(jasondellaluce): The "syscall" event source will always be loaded
|
||||
// by default in an inspector, and at index 0. As such, in live mode we would
|
||||
// expect the event source index to always be 0 in case of "syscall" source,
|
||||
// and 1 in case of any other plugin event source, because it would be
|
||||
|
Loading…
Reference in New Issue
Block a user