chore(userspace/falco): fix codespell typos

Signed-off-by: Jason Dellaluce <jasondellaluce@gmail.com>
This commit is contained in:
Jason Dellaluce
2023-03-08 18:36:12 +00:00
committed by poiana
parent e07e3abfb5
commit 93ae6bb609
2 changed files with 2 additions and 2 deletions

View File

@@ -494,7 +494,7 @@ falco::app::run_result falco::app::actions::process_events(falco::app::state& s)
// wait for event processing to terminate for all sources
// if a thread terminates with an error, we trigger the app termination
// to force all other event streams to termiante too.
// to force all other event streams to terminate too.
// We accomulate the errors in a single run_result.
size_t closed_count = 0;
while (closed_count < ctxs.size())

View File

@@ -127,7 +127,7 @@ void falco::app::restart_handler::watcher_loop() noexcept
// no new watch event is received during the timeout
if (rv == 0 && !forced)
{
// perform a dry run. In case no error occurrs, we loop back
// perform a dry run. In case no error occurs, we loop back
// to the select in order to debounce new inotify events before
// actually triggering a restart.
if (should_check)