Code

powerdns plugin: fix parsing of last key
[collectd.git] / src / tail_csv.c
index c3efcc9a3d3c79c844590f5a898b5c45ccb00de0..919f94821498a2dc3823882211c720fb943b2130 100644 (file)
@@ -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;
         }