projects
/
collectd.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
0fb6fc9
)
configfile.c: Fixed a typo.
author
Sebastian Harl
<sh@tokkee.org>
Sat, 12 Jul 2008 09:36:04 +0000
(11:36 +0200)
committer
Florian Forster
<octo@huhu.verplant.org>
Tue, 15 Jul 2008 06:50:47 +0000
(08:50 +0200)
Signed-off-by: Sebastian Harl <sh@tokkee.org>
Signed-off-by: Florian Forster <octo@huhu.verplant.org>
src/configfile.c
patch
|
blob
|
history
diff --git
a/src/configfile.c
b/src/configfile.c
index
4a9789a
..
1df9111
100644
(file)
--- a/
src/configfile.c
+++ b/
src/configfile.c
@@
-328,7
+328,7
@@
static int dispatch_block_plugin (oconfig_item_t *ci)
if (ci->children[i].children == NULL)
dispatch_value_plugin (name, ci->children + i);
else
- {DEBUG ("No nested config blocks allow for this plugin.");}
+ {DEBUG ("No nested config blocks allow
ed
for this plugin.");}
}
return (0);