From 978f192c38363f25e34246b14e75c2e95bb9a1da Mon Sep 17 00:00:00 2001 From: Jason Dellaluce Date: Tue, 21 Jun 2022 17:30:11 +0000 Subject: [PATCH] chore(userspace/engine): fix codespell typos Signed-off-by: Jason Dellaluce --- userspace/engine/falco_engine.h | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/userspace/engine/falco_engine.h b/userspace/engine/falco_engine.h index dcd492a6..71c0b590 100644 --- a/userspace/engine/falco_engine.h +++ b/userspace/engine/falco_engine.h @@ -174,7 +174,7 @@ public: // // This method is thread-safe only with the assumption that every invoker // uses a different source_idx. Moreover, each invoker must not switch - // source_idx in subsequent invokations of this method. + // source_idx in subsequent invocations of this method. // Considering that each invoker is related to a unique event source, it // is safe to assume that each invoker will pass a different event // to this method too, since two distinct sources cannot possibly produce