From 83e10306e5eedd11b806a79ade67a403e754decf Mon Sep 17 00:00:00 2001 From: Juliana Fajardini Date: Thu, 22 Jul 2021 20:58:01 +0100 Subject: [PATCH] lua/output: fix typo (cherry picked from commit 00d7a152eb730158be4840d224430bd0331e8ec6) --- src/output-lua.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/output-lua.c b/src/output-lua.c index a7709b635f..0673b31457 100644 --- a/src/output-lua.c +++ b/src/output-lua.c @@ -777,7 +777,7 @@ static OutputInitResult OutputLuaLogInit(ConfNode *conf) int r = LuaScriptInit(path, &opts); if (r != 0) { - SCLogError(SC_ERR_LUA_ERROR, "couldn't initialize scipt"); + SCLogError(SC_ERR_LUA_ERROR, "couldn't initialize script"); goto error; } -- 2.47.2