From 438b4bd83e84a2946dce77c61c160a4bbab02e36 Mon Sep 17 00:00:00 2001 From: Sebastian Harl Date: Sat, 12 Jul 2008 11:36:04 +0200 Subject: [PATCH] configfile.c: Fixed a typo. Signed-off-by: Sebastian Harl Signed-off-by: Florian Forster --- src/configfile.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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); -- 2.30.2