From 8f4b7324ad9bbd47680ad76124bba4ad9d0230d0 Mon Sep 17 00:00:00 2001 From: Jason Dellaluce Date: Thu, 22 Jun 2023 09:21:22 +0000 Subject: [PATCH] chore: apply codespell suggestions Signed-off-by: Jason Dellaluce --- userspace/falco/app/actions/process_events.cpp | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/userspace/falco/app/actions/process_events.cpp b/userspace/falco/app/actions/process_events.cpp index 86333c23..6ef9d6fc 100644 --- a/userspace/falco/app/actions/process_events.cpp +++ b/userspace/falco/app/actions/process_events.cpp @@ -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