X-Git-Url: https://git.octo.it/?p=collectd.git;a=blobdiff_plain;f=src%2Ftail_csv.c;h=0247387926738d0dc179cac871260e0d01cd0eca;hp=b8cd0b8c9e4d80d6c91a676b9b7b0bc83e258283;hb=8c5927c52f4eefebaad3a6ecadc253ee9007ebb5;hpb=a35e7bb5ee1004f9631a9c4b9569b2cc00016ae5 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; }