[collectd] [PATCH] configfile.c: Fixed a typo.
Sebastian Harl
sh at tokkee.org
Sat Jul 12 11:36:04 CEST 2008
Signed-off-by: Sebastian Harl <sh at tokkee.org>
---
src/configfile.c | 2 +-
1 files changed, 1 insertions(+), 1 deletions(-)
diff --git a/src/configfile.c b/src/configfile.c
index 2afef4f..d483032 100644
--- a/src/configfile.c
+++ b/src/configfile.c
@@ -327,7 +327,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 allowed for this plugin.");}
}
return (0);
--
1.5.6.1.156.ge903b
-------------- next part --------------
A non-text attachment was scrubbed...
Name: not available
Type: application/pgp-signature
Size: 189 bytes
Desc: Digital signature
Url : http://mailman.verplant.org/pipermail/collectd/attachments/20080712/7394c25c/attachment.pgp
More information about the collectd
mailing list