lua/output: fix typo

pull/6383/head
Juliana Fajardini 4 years ago committed by Victor Julien
parent 7592a9be43
commit 00d7a152eb

@ -765,7 +765,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;
}

Loading…
Cancel
Save