]> git.ipfire.org Git - ipfire-2.x.git/commitdiff
collectd: Fix typo in "derive"
authorMichael Tremer <michael.tremer@ipfire.org>
Thu, 9 Apr 2015 12:33:54 +0000 (14:33 +0200)
committerMichael Tremer <michael.tremer@ipfire.org>
Thu, 9 Apr 2015 12:33:54 +0000 (14:33 +0200)
src/patches/collectd/0022-openvpn-Change-data-type-from-COUNTER-to-DERIVE.patch

index ec6819c9fad5211677f33c62ec0a8be843393ef5..0704a6b7f017f153690312ad3ed6a4e3b1c2f6e9 100644 (file)
@@ -61,7 +61,7 @@ index 2db3677..d446e99 100644
                sstrncpy (vl.plugin_instance, pinst,
                                sizeof (vl.plugin_instance));
 -      sstrncpy (vl.type, "compression", sizeof (vl.type));
-+      sstrncpy (vl.type, "compression_dervice", sizeof (vl.type));
++      sstrncpy (vl.type, "compression_derive", sizeof (vl.type));
        if (tinst != NULL)
                sstrncpy (vl.type_instance, tinst, sizeof (vl.type_instance));