projects
/
collectd.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
5a5ebb9
)
fix one typo spotted by Debian's lintian tool
author
Marc Fournier
<marc.fournier@camptocamp.com>
Mon, 10 Oct 2016 18:50:00 +0000
(20:50 +0200)
committer
Marc Fournier
<marc.fournier@camptocamp.com>
Mon, 10 Oct 2016 18:56:31 +0000
(20:56 +0200)
src/lua.c
patch
|
blob
|
history
diff --git
a/src/lua.c
b/src/lua.c
index
ba5fbce
..
351b8c6
100644
(file)
--- 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 succes
s
fully", abs_path);
return 0;
} /* }}} int lua_config_script */