From a349e06f0c4e2c853eced8a2621f52ee712b6e0c Mon Sep 17 00:00:00 2001 From: Marc Fournier Date: Mon, 10 Oct 2016 20:50:00 +0200 Subject: [PATCH] fix one typo spotted by Debian's lintian tool --- src/lua.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/lua.c b/src/lua.c index ba5fbcea..351b8c68 100644 --- a/src/lua.c +++ b/src/lua.c @@ -547,7 +547,7 @@ static int lua_config_script(const oconfig_item_t *ci) /* {{{ */ if (status != 0) return (status); - INFO("Lua plugin: File \"%s\" loaded succesfully", abs_path); + INFO("Lua plugin: File \"%s\" loaded successfully", abs_path); return 0; } /* }}} int lua_config_script */ -- 2.11.0