From 073339eff161fe5423b7188c97d78e6834595625 Mon Sep 17 00:00:00 2001 From: Josh Soref Date: Thu, 24 Feb 2022 01:18:41 -0500 Subject: [PATCH] spelling: the Signed-off-by: Josh Soref --- userspace/engine/falco_engine.cpp | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/userspace/engine/falco_engine.cpp b/userspace/engine/falco_engine.cpp index f473d17b..a5ef6ee3 100644 --- a/userspace/engine/falco_engine.cpp +++ b/userspace/engine/falco_engine.cpp @@ -387,7 +387,7 @@ void falco_engine::describe_rule(string *rule) return m_rules->describe_rule(rule); } -// Print statistics on the the rules that triggered +// Print statistics on the rules that triggered void falco_engine::print_stats() { lua_getglobal(m_ls, lua_print_stats.c_str());