X-Git-Url: https://git.octo.it/?a=blobdiff_plain;f=src%2Ftail_csv.c;h=0247387926738d0dc179cac871260e0d01cd0eca;hb=c76419c0cf983f1ecd3d36aa236cc4e3f9cff733;hp=b8cd0b8c9e4d80d6c91a676b9b7b0bc83e258283;hpb=ec43e8a33bdcb116e75310c7bd9daae3bc912834;p=collectd.git diff --git a/src/tail_csv.c b/src/tail_csv.c index b8cd0b8c..02473879 100644 --- a/src/tail_csv.c +++ b/src/tail_csv.c @@ -534,7 +534,7 @@ static int tcsv_init(void) { /* {{{ */ else if (ds->ds_num != 1) { ERROR ("tail_csv plugin: The type \"%s\" has %zu data sources. " - "Only types with a single data soure are supported.", + "Only types with a single data source are supported.", ds->type, ds->ds_num); continue; }