From 19a6cf74f87d8fb1f4f07663ff66256fccfbdf4a Mon Sep 17 00:00:00 2001 From: Josh Soref Date: Thu, 24 Feb 2022 01:48:12 -0500 Subject: [PATCH] spelling: successfully Signed-off-by: Josh Soref --- test/README.md | 2 +- userspace/falco/falco.cpp | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/test/README.md b/test/README.md index a3e5bbd6..feae2dce 100644 --- a/test/README.md +++ b/test/README.md @@ -71,7 +71,7 @@ The `falco_traces.yaml` test suite gets generated through the `falco_traces.yaml ### falco_tests_package -The `falco_tests_package.yaml` test suite requires some additional setup steps to be succesfully run on your local machine. +The `falco_tests_package.yaml` test suite requires some additional setup steps to be successfully run on your local machine. In particular, it requires some runners (ie., docker images) to be already built and present into your local machine. diff --git a/userspace/falco/falco.cpp b/userspace/falco/falco.cpp index 8a4bd2e2..e92f0c20 100644 --- a/userspace/falco/falco.cpp +++ b/userspace/falco/falco.cpp @@ -242,7 +242,7 @@ uint64_t do_inspect(falco_engine *engine, throw sinsp_exception(inspector->getlasterr().c_str()); } - // Reset the timeouts counter, Falco succesfully got an event to process + // Reset the timeouts counter, Falco successfully got an event to process timeouts_since_last_success_or_msg = 0; if(duration_start == 0) {