lua/output: fix typo

(cherry picked from commit 00d7a152eb)
pull/6411/head
Juliana Fajardini 5 years ago committed by Shivani Bhardwaj
parent d0d0d03a8a
commit 660d64236d

@ -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