X-Git-Url: https://git.octo.it/?p=collectd.git;a=blobdiff_plain;f=src%2Flua.c;h=45fd7d5a36fab1a76a8dd524ba56aad4ee0b0602;hp=d10b4ea737417a0f207ad3122a9683438e4c9955;hb=8c5927c52f4eefebaad3a6ecadc253ee9007ebb5;hpb=a35e7bb5ee1004f9631a9c4b9569b2cc00016ae5 diff --git a/src/lua.c b/src/lua.c index d10b4ea7..45fd7d5a 100644 --- a/src/lua.c +++ b/src/lua.c @@ -543,7 +543,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 */