configfile.c: Fixed a typo.
authorSebastian Harl <sh@tokkee.org>
Sat, 12 Jul 2008 09:36:04 +0000 (11:36 +0200)
committerFlorian 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

index 4a9789a..1df9111 100644 (file)
@@ -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);