From: Marc Fournier Date: Mon, 10 Oct 2016 18:50:00 +0000 (+0200) Subject: fix one typo spotted by Debian's lintian tool X-Git-Tag: collectd-5.6.2~19 X-Git-Url: https://git.tokkee.org/?a=commitdiff_plain;h=a349e06f0c4e2c853eced8a2621f52ee712b6e0c;p=collectd.git fix one typo spotted by Debian's lintian tool --- 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 */