X-Git-Url: https://git.octo.it/?a=blobdiff_plain;f=src%2Ftarget_replace.c;h=1d7af5c35d0b01a98ab1f9170b6e361fa8f41913;hb=af6222065f1f5d8969afdde89c9f26a73e1e1690;hp=9a9affb4d3e6ba3841f33f0be7d3d47effade175;hpb=37905c5a2370c8e6edae5011978773eeaa589d09;p=collectd.git diff --git a/src/target_replace.c b/src/target_replace.c index 9a9affb4..1d7af5c3 100644 --- a/src/target_replace.c +++ b/src/target_replace.c @@ -296,8 +296,8 @@ static int tr_create (const oconfig_item_t *ci, void **user_data) /* {{{ */ /* && (data->type == NULL) */ && (data->type_instance == NULL)) { - ERROR ("Target `replace': You need to set at lease one of `Host', " - "`Plugin', `PluginInstance', `Type', or `TypeInstance'."); + ERROR ("Target `replace': You need to set at least one of `Host', " + "`Plugin', `PluginInstance' or `TypeInstance'."); status = -1; }