mirror of
https://github.com/vincentmli/bpfire.git
synced 2026-05-11 09:48:24 +02:00
collectd: Fix typo in "derive"
This commit is contained in:
@@ -61,7 +61,7 @@ index 2db3677..d446e99 100644
|
|||||||
sstrncpy (vl.plugin_instance, pinst,
|
sstrncpy (vl.plugin_instance, pinst,
|
||||||
sizeof (vl.plugin_instance));
|
sizeof (vl.plugin_instance));
|
||||||
- sstrncpy (vl.type, "compression", sizeof (vl.type));
|
- 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)
|
if (tinst != NULL)
|
||||||
sstrncpy (vl.type_instance, tinst, sizeof (vl.type_instance));
|
sstrncpy (vl.type_instance, tinst, sizeof (vl.type_instance));
|
||||||
|
|
||||||
|
|||||||
Reference in New Issue
Block a user