Code

virt plugin: Fix indentation and some whitespace.
[collectd.git] / src / tail_csv.c
index b8cd0b8c9e4d80d6c91a676b9b7b0bc83e258283..0247387926738d0dc179cac871260e0d01cd0eca 100644 (file)
@@ -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;
         }