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());