From: Sebastian Harl Date: Sat, 12 Jul 2008 09:36:04 +0000 (+0200) Subject: configfile.c: Fixed a typo. X-Git-Tag: collectd-4.4.2~1^2 X-Git-Url: https://git.tokkee.org/?a=commitdiff_plain;h=438b4bd83e84a2946dce77c61c160a4bbab02e36;p=collectd.git configfile.c: Fixed a typo. Signed-off-by: Sebastian Harl Signed-off-by: Florian Forster --- diff --git a/src/configfile.c b/src/configfile.c index 4a9789ae..1df91119 100644 --- 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 allowed for this plugin.");} } return (0);