X-Git-Url: https://git.octo.it/?a=blobdiff_plain;ds=sidebyside;f=src%2Ftail_csv.c;fp=src%2Ftail_csv.c;h=919f94821498a2dc3823882211c720fb943b2130;hb=dd09c9364998ad6ef681b70f45f7a9734808cf96;hp=c3efcc9a3d3c79c844590f5a898b5c45ccb00de0;hpb=3933d0a0e2a8887b40c77ac0a92c1cac79f9b4a1;p=collectd.git diff --git a/src/tail_csv.c b/src/tail_csv.c index c3efcc9a..919f9482 100644 --- a/src/tail_csv.c +++ b/src/tail_csv.c @@ -545,7 +545,7 @@ static int tcsv_init(void) { /* {{{ */ else if (ds->ds_num != 1) { ERROR ("tail_csv plugin: The type \"%s\" has %i 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; }