From 80f47e7f8a040ba4ac32dae13e28d3f245c568e1 Mon Sep 17 00:00:00 2001 From: Leonardo Grasso Date: Fri, 18 Jul 2025 13:30:24 +0200 Subject: [PATCH] chore(userspace/falco): fix codespell Signed-off-by: Leonardo Grasso --- 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 05fa8dd5..99c04e5a 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( s.config->m_syscall_evt_simulate_drops); } - // init dumper for caputures + // init dumper for captures sinsp_dumper *dumper = new sinsp_dumper(); uint64_t dump_started_ts = 0; uint64_t dump_deadline_ts = 0;