From 4a0c9d6ccb87fab4f854c7dd1c52891518452ff0 Mon Sep 17 00:00:00 2001 From: Josh Soref Date: Thu, 24 Feb 2022 19:37:26 -0500 Subject: [PATCH] spelling: prerequisites Signed-off-by: Josh Soref --- userspace/falco/application.h | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/userspace/falco/application.h b/userspace/falco/application.h index b4e3ede9..9a2fb41d 100644 --- a/userspace/falco/application.h +++ b/userspace/falco/application.h @@ -18,7 +18,7 @@ limitations under the License. // falco.cpp. We expect it will be responsible for the following: // - Parsing/validating command line options // - Parsing/validing falco config -// - Initialize prerequsites (inspector, falco engine, webserver, etc) +// - Initialize prerequisites (inspector, falco engine, webserver, etc) // - Loading plugins // - Loading/validating rules // - Command/subcommand execution (e.g. --list/--list-fields, or