fix a couple of typos spotted by Debian's lintian tool
[collectd.git] / src / tail_csv.c
index c3efcc9..919f948 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;
         }