Merge branch 'collectd-5.6'
[collectd.git] / src / lua.c
index d10b4ea..45fd7d5 100644 (file)
--- 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 */