mirror of
https://github.com/falcosecurity/falco.git
synced 2025-09-05 08:40:52 +00:00
spelling: the
Signed-off-by: Josh Soref <jsoref@users.noreply.github.com>
This commit is contained in:
@@ -387,7 +387,7 @@ void falco_engine::describe_rule(string *rule)
|
|||||||
return m_rules->describe_rule(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()
|
void falco_engine::print_stats()
|
||||||
{
|
{
|
||||||
lua_getglobal(m_ls, lua_print_stats.c_str());
|
lua_getglobal(m_ls, lua_print_stats.c_str());
|
||||||
|
Reference in New Issue
Block a user