chore(userspace/falco): fix codespell

Signed-off-by: Leonardo Grasso <me@leonardograsso.com>
This commit is contained in:
Leonardo Grasso 2025-07-18 13:30:24 +02:00 committed by poiana
parent 15e8a746cb
commit 81f26b7e5d

View File

@ -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;