From: Michael Tremer Date: Thu, 9 Apr 2015 12:33:54 +0000 (+0200) Subject: collectd: Fix typo in "derive" X-Git-Tag: v2.17-core89~3^2~22 X-Git-Url: http://git.ipfire.org/?a=commitdiff_plain;h=979c8463434c6deddd7b61f3e665983ba3b04308;p=people%2Fstevee%2Fipfire-2.x.git collectd: Fix typo in "derive" --- diff --git a/src/patches/collectd/0022-openvpn-Change-data-type-from-COUNTER-to-DERIVE.patch b/src/patches/collectd/0022-openvpn-Change-data-type-from-COUNTER-to-DERIVE.patch index ec6819c9fa..0704a6b7f0 100644 --- a/src/patches/collectd/0022-openvpn-Change-data-type-from-COUNTER-to-DERIVE.patch +++ b/src/patches/collectd/0022-openvpn-Change-data-type-from-COUNTER-to-DERIVE.patch @@ -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));