X-Git-Url: https://git.octo.it/?a=blobdiff_plain;f=src%2Flua.c;h=351b8c685fefdfe03f475ec3b40e7b36889fd871;hb=4979d8dcd6f097eb8fd4661086e28accd31ff905;hp=ba5fbceac593a53ed33977fbf87e650284c883b0;hpb=e2ff4dd149e85527eba7a38a8f38aeb3b548f39c;p=collectd.git 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 */