X-Git-Url: https://git.octo.it/?a=blobdiff_plain;f=src%2Ftarget_set.c;h=2fb9cee5665cbb463bcdb87dd1245116543b5587;hb=6dcd94cf362b78541cfd1c5b7c80a04c415beb88;hp=8a014c3cd50caa156649f6de3093eda7cd7cac77;hpb=0ebd7011d139760eab8c96d0b4ec4584c4fcd9f5;p=collectd.git diff --git a/src/target_set.c b/src/target_set.c index 8a014c3c..2fb9cee5 100644 --- a/src/target_set.c +++ b/src/target_set.c @@ -171,8 +171,8 @@ static int ts_create (const oconfig_item_t *ci, void **user_data) /* {{{ */ /* && (data->type == NULL) */ && (data->type_instance == NULL)) { - ERROR ("Target `set': You need to set at lease one of `Host', " - "`Plugin', `PluginInstance', `Type', or `TypeInstance'."); + ERROR ("Target `set': You need to set at least one of `Host', " + "`Plugin', `PluginInstance' or `TypeInstance'."); status = -1; }