Code

Merge branch 'collectd-4.4'
[collectd.git] / src / configfile.c
index 2afef4f024e402a2cc94bd7f02744e599fac440a..d483032af71b398d10a44c808c65285e55e805e8 100644 (file)
@@ -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);