From 51929217323e85e069954d328fb87d3104067a93 Mon Sep 17 00:00:00 2001 From: Andrea Terzolo Date: Wed, 10 Jan 2024 11:43:30 +0100 Subject: [PATCH] doc: typo in the exception Signed-off-by: Andrea Terzolo --- 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 930b1c01..b2b043a3 100644 --- a/userspace/engine/falco_engine.cpp +++ b/userspace/engine/falco_engine.cpp @@ -457,7 +457,7 @@ nlohmann::json falco_engine::describe_rule(std::string *rule, const std::vector< // output of rules, macros, and lists. if (m_last_compile_output == nullptr) { - throw falco_exception("rules most be loaded before describing them"); + throw falco_exception("rules must be loaded before describing them"); } // use collected and compiled info to print a json output